![]() | com.espertech.esper.runtime.client Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.runtime.client"]
Class | Description | |
---|---|---|
![]() | DelegateUpdateListener | |
![]() | DeploymentOptions |
Option holder for use with .
|
![]() | DeploymentStateEvent |
Deployment base event.
|
![]() | DeploymentStateEventDeployed |
Deployment event indicating a deployment completed
|
![]() | DeploymentStateEventUndeployed |
Deployment event indicating a undeployment completed
|
![]() | EPDeployException |
Exception during a deploy operation by |
![]() | EPDeployLockException |
Deploy exception to indicate a problem taking the necessary lock
|
![]() | EPDeployment |
Represents a deployment.
|
![]() | EPDeployPreconditionException |
Deploy exception to indicate that a precondition is not satisfied
|
![]() | EPDeploySubstitutionParameterException |
Deploy exception to indicate that substitution parameter values have not been provided
|
![]() | EPRuntimeDestroyedException |
This exception is thrown to indicate that the runtime instance has been destroyed.
This exception applies to destroyed runtime when a client attempts to use the runtime after it was destroyed.
|
![]() | EPRuntimeProvider |
Factory for instances of .
|
![]() | EPSubscriberException |
This exception is thrown to indicate that a subscriber registration failed
such as when the subscribe does not expose an acceptable method to receive
statement results.
|
![]() | EPUndeployException |
Exception during an undeploy operation by |
![]() | EPUndeployLockException |
Undeploy exception to indicate a problem taking the necessary lock
|
![]() | EPUndeployNotFoundException |
Undeploy exception to indicate that the deployment was not found
|
![]() | EPUndeployPreconditionException |
Uneploy exception to indicate that a precondition is not satisfied
|
![]() | ProxyDeploymentStateListener | |
![]() | ProxySubscriber | |
![]() | UndeploymentOptions |
Option holder for use with |
![]() | UnmatchedEventArgs | |
![]() | UnmatchedListener |
Receives notification from an engine that an event that has been sent into the engine or that
has been generated via insert-into has not been matched to any statement, considering all started statement's
event stream filter criteria (not considering where-clause and having-clauses).
|
![]() | UpdateEventArgs | |
![]() | UpdateEventArgsExtensions |
Interface | Description | |
---|---|---|
![]() | DeploymentStateListener |
Listener for events in respect to deployment and undeployment.
|
![]() | EPDeploymentService |
Service for deploying and undeploying modules and obtaining information about current deployments and statements.
|
![]() | EPEventService |
Service for processing events and advancing time.
|
![]() | EPEventServiceRouteEvent |
Service for processing events that originate from listeners, subscribers or other extension code.
|
![]() | EPEventServiceSendEvent |
Service for processing events.
Use any of the route-event methods of when listeners, subscribers or extension code
process events.
|
![]() | EPEventServiceTimeControl |
Service for advancing and controlling time.
|
![]() | EPEventTypeService |
Service for managing event types.
|
![]() | EPFireAndForgetService |
Executes fire-and-forget non-continuous on-demand queries against named windows or tables.
Compile queries use the compile-query methods of the compiler.
|
![]() | EPIterable |
Interface to iterate over events.
|
![]() | EPListenable |
Interface to add and remove update listeners.
|
![]() | EPRuntime |
The runtime for deploying and executing EPL.
|
![]() | EPRuntimeStateListener |
A listener interface for callbacks regarding state changes.
|
![]() | EPStatement |
The statement is the means to attach callbacks to receive statement results (push, observer)
and to object current results using pull.
|
![]() | UpdateListener |
Defines an interface to notify of new and old events.
Also see [!:StatementAwareUpdateListener] for Update listeners that require the statement and service provider instance to be passed to the listener in addition to events. |