Package | Description |
---|---|
com.espertech.esper.plugin |
APIs for plug-in adapter (for input-output) and plug-in event representation (event types and event objects) are in
this package.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PlugInEventRepresentation.acceptsType(PlugInEventTypeHandlerContext acceptTypeContext)
Returns true to indicate that the event representation can handle the requested event type.
|
PlugInEventTypeHandler |
PlugInEventRepresentation.getTypeHandler(PlugInEventTypeHandlerContext eventTypeContext)
Returns the event type handler that provides the event type and, upon request, event sender, for this type.
|