Click or drag to resize

EPEventTypeRuntimeGetJSONRenderer Method (EventType, JSONRenderingOptions)

Returns a render for the JSON format, valid only for the given event type and its subtypes.

Namespace:  com.espertech.esper.common.client.render
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
JSONEventRenderer GetJSONRenderer(
	EventType eventType,
	JSONRenderingOptions options
)

Parameters

eventType
Type: com.espertech.esper.common.clientEventType
to return renderer for
options
Type: com.espertech.esper.common.client.renderJSONRenderingOptions
rendering options

Return Value

Type: JSONEventRenderer
JSON format renderer
See Also