Uses of Interface
com.espertech.esper.common.client.render.JSONEventRenderer
Package
Description
Classes related to event rendering to JSON or XML format
-
Uses of JSONEventRenderer in com.espertech.esper.common.client.render
Modifier and TypeMethodDescriptionEPEventTypeRuntime.getJSONRenderer
(EventType eventType) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPEventTypeRuntime.getJSONRenderer
(EventType eventType, JSONRenderingOptions options) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPRenderEventService.getJSONRenderer
(EventType eventType) Returns a render for the JSON format, valid only for the given event type and its subtypes.EPRenderEventService.getJSONRenderer
(EventType eventType, JSONRenderingOptions options) Returns a render for the JSON format, valid only for the given event type and its subtypes.