Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.event |
This package defines the internal event APIs.
|
Modifier and Type | Method and Description |
---|---|
EventSender |
EPRuntimeIsolated.getEventSender(String eventTypeName)
Returns a facility to process event objects that are of a known type.
|
EventSender |
EPRuntime.getEventSender(String eventTypeName)
Returns a facility to process event objects that are of a known type.
|
EventSender |
EPRuntimeIsolated.getEventSender(URI[] uris)
For use with plug-in event representations, returns a facility to process event objects that are of one of a number of types
that one or more of the registered plug-in event representation extensions can reflect upon and provide an
event for.
|
EventSender |
EPRuntime.getEventSender(URI[] uris)
For use with plug-in event representations, returns a facility to process event objects that are of one of a number of types
that one or more of the registered plug-in event representation extensions can reflect upon and provide an
event for.
|
Modifier and Type | Method and Description |
---|---|
EventSender |
EPRuntimeIsolatedImpl.getEventSender(URI[] uri) |
EventSender |
EPRuntimeImpl.getEventSender(URI[] uri) |
Modifier and Type | Method and Description |
---|---|
EventSender |
EventAdapterServiceImpl.getDynamicTypeEventSender(EPRuntimeEventSender epRuntime,
URI[] uri,
ThreadingService threadingService) |
EventSender |
EventAdapterServiceImpl.getStaticTypeEventSender(EPRuntimeEventSender runtimeEventSender,
String eventTypeName,
ThreadingService threadingService) |