![]() | JSONEventRenderer Interface |
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
public interface JSONEventRenderer
Name | Description | |
---|---|---|
![]() | Render(EventBean) | RenderAny a given event in the JSON format. |
![]() | Render(String, EventBean) | RenderAny a given event in the JSON format. |