Package | Description |
---|---|
com.espertech.esper.client.util |
This package contains utilities for events, specifically rendering of events in JSON and XML formats.
|
com.espertech.esper.dataflow.ops |
Data flow built-in operators.
|
com.espertech.esper.event.util |
Utilities around event rendering are here.
|
Modifier and Type | Method and Description |
---|---|
JSONEventRenderer |
EventRenderer.getJSONRenderer(EventType eventType)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EventRenderer.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
Modifier and Type | Method and Description |
---|---|
protected JSONEventRenderer |
LogSink.ConsoleOpRendererXmlJSon.getJsonRenderer(EventType eventType) |
Modifier and Type | Class and Description |
---|---|
class |
JSONRendererImpl
Render for the JSON format.
|
Modifier and Type | Method and Description |
---|---|
JSONEventRenderer |
EventRendererImpl.getJSONRenderer(EventType eventType)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|
JSONEventRenderer |
EventRendererImpl.getJSONRenderer(EventType eventType,
JSONRenderingOptions options)
Returns a render for the JSON format, valid only for the given event type and its subtypes.
|