Click or drag to resize

JSONEventRenderer Interface

Renderer for an event into the JSON textual format.

A renderer is dedicated to rendering only a certain type of events and subtypes of that type, as the render cache type metadata and prepares structures to enable fast rendering.

Namespace:  com.espertech.esper.common.client.render
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface JSONEventRenderer
Methods
  NameDescription
Public methodRender(EventBean)
RenderAny a given event in the JSON format.
Public methodRender(String, EventBean)
RenderAny a given event in the JSON format.
Top
See Also