Click or drag to resize

EventPropertyRenderer Interface

Interface for use with the JSON or XML event renderes to handle custom event property rendering.

Implementations of this interface are called for each event property and may utilize the context object provided to render the event property value to a string.

The context itself contains a reference to the default renderer that can be delegated to for properties that use the default rendering.

Do not retain a handle to the renderer context as the context object changes for each event property.

Namespace:  com.espertech.esper.common.client.render
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface EventPropertyRenderer

The EventPropertyRenderer type exposes the following members.

Methods
  NameDescription
Public methodRender
RenderAny an event property.
Top
See Also