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.acceptsEventBeanResolution(PlugInEventBeanReflectorContext acceptBeanContext)
For use with
EPRuntime.getEventSender(java.net.URI[]) ,
returns true if the event representation intends to provide event wrappers for event objects passed in. |
PlugInEventBeanFactory |
PlugInEventRepresentation.getEventBeanFactory(PlugInEventBeanReflectorContext eventBeanContext)
For use with
EPRuntime.getEventSender(java.net.URI[]) ,
returns the factory that can inspect event objects and provide an event EventBean
wrapper. |