Click or drag to resize

EPEventTypeRuntimeGetJSONRenderer Method (EventType)

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
)

Parameters

eventType
Type: com.espertech.esper.common.clientEventType
to return renderer for

Return Value

Type: JSONEventRenderer
JSON format renderer
See Also