Package | Description |
---|---|
com.espertech.esper.common.client.render |
Classes related to event rendering to JSON or XML format
|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Class and Description |
---|
EventPropertyRenderer
Interface for use with the JSON or XML event renderes to handle custom event property rendering.
|
EventPropertyRendererContext
Context for use with the
EventPropertyRenderer interface for use with the JSON or XML event renderes to handle custom event property rendering. |
JSONEventRenderer
Renderer for an event into the JSON textual format.
|
JSONRenderingOptions
JSON rendering options.
|
XMLEventRenderer
Renderer for an event into the XML textual format.
|
XMLRenderingOptions
XML rendering options.
|
Class and Description |
---|
EPRenderEventService
Provider for rendering services of
EventBean events. |