![]() | com.espertech.esper.common.client.render Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.common.client.render"]
Class | Description | |
---|---|---|
![]() | EventPropertyRendererContext |
Context for use with the interface for use with the JSON or XML event
renders to handle custom event property rendering.
Do not retain a handle to the renderer context as this object changes for each event property. |
![]() | JSONRenderingOptions |
JSON rendering options.
|
![]() | XMLRenderingOptions |
XML rendering options.
|
Interface | Description | |
---|---|---|
![]() | EPEventTypeRuntime |
Provider for rendering services of events.
|
![]() | EPRenderEventService |
Provider for rendering services of events.
|
![]() | EventPropertyRenderer |
Interface for use with the JSON or XML event renderes to handle custom event property rendering.
Implementations of this interface are called for each event property and may utilize the context object provided to render the event property value to a string. The context itself contains a reference to the default renderer that can be delegated to for properties that use the default rendering. Do not retain a handle to the renderer context as the context object changes for each event property. |
![]() | JSONEventRenderer |
Renderer for an event into the JSON textual format.
A renderer is dedicated to rendering only a certain type of events and subtypes of that type, as the render cache type metadata and prepares structures to enable fast rendering. |
![]() | XMLEventRenderer |
Renderer for an event into the XML textual format.
A renderer is dedicated to rendering only a certain type of events and subtypes of that type, as the render cache type metadata and prepares structures to enable fast rendering. |