Home / Function/ onEvent() — netty Function Reference

onEvent() — netty Function Reference

Architecture documentation for the onEvent() function in RecordingStream.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  132b2ab3_a97d_f659_3eee_a2335d9bcb28["onEvent()"]
  28756c1b_6c5f_0a41_2eb4_7ba6658743b7["RecordingStream"]
  132b2ab3_a97d_f659_3eee_a2335d9bcb28 -->|defined in| 28756c1b_6c5f_0a41_2eb4_7ba6658743b7
  style 132b2ab3_a97d_f659_3eee_a2335d9bcb28 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

jfr-stub/src/main/java/jdk/jfr/consumer/RecordingStream.java lines 50–52

    public void onEvent(String name, Consumer<RecordedEvent> consumer) {
        throw new UnsupportedOperationException("Stub should only be used at compile time");
    }

Domain

Subdomains

Frequently Asked Questions

What does onEvent() do?
onEvent() is a function in the netty codebase, defined in jfr-stub/src/main/java/jdk/jfr/consumer/RecordingStream.java.
Where is onEvent() defined?
onEvent() is defined in jfr-stub/src/main/java/jdk/jfr/consumer/RecordingStream.java at line 50.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free