Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
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 |
---|---|
PlugInEventBeanFactory |
EventSenderURIDesc.getBeanFactory()
Event wrapper for event objects.
|
Constructor and Description |
---|
EventSenderURIDesc(PlugInEventBeanFactory beanFactory,
URI resolutionURI,
URI representationURI)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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. |