Click or drag to resize

com.espertech.esper.runtime.client Namespace

[Missing <summary> documentation for "N:com.espertech.esper.runtime.client"]

Classes
  ClassDescription
Public classDelegateUpdateListener
Public classDeploymentOptions
Option holder for use with .
Public classDeploymentStateEvent
Deployment base event.
Public classDeploymentStateEventDeployed
Deployment event indicating a deployment completed
Public classDeploymentStateEventUndeployed
Deployment event indicating a undeployment completed
Public classEPDeployException
Exception during a deploy operation by
Public classEPDeployLockException
Deploy exception to indicate a problem taking the necessary lock
Public classEPDeployment
Represents a deployment.
Public classEPDeployPreconditionException
Deploy exception to indicate that a precondition is not satisfied
Public classEPDeploySubstitutionParameterException
Deploy exception to indicate that substitution parameter values have not been provided
Public classEPRuntimeDestroyedException
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.

Public classEPRuntimeProvider
Factory for instances of .
Public classEPSubscriberException
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.
Public classEPUndeployException
Exception during an undeploy operation by
Public classEPUndeployLockException
Undeploy exception to indicate a problem taking the necessary lock
Public classEPUndeployNotFoundException
Undeploy exception to indicate that the deployment was not found
Public classEPUndeployPreconditionException
Uneploy exception to indicate that a precondition is not satisfied
Public classProxyDeploymentStateListener
Public classProxySubscriber
Public classUndeploymentOptions
Option holder for use with
Public classUnmatchedEventArgs
Public classUnmatchedListener
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).
Public classUpdateEventArgs
Public classUpdateEventArgsExtensions
Interfaces
  InterfaceDescription
Public interfaceDeploymentStateListener
Listener for events in respect to deployment and undeployment.
Public interfaceEPDeploymentService
Service for deploying and undeploying modules and obtaining information about current deployments and statements.
Public interfaceEPEventService
Service for processing events and advancing time.
Public interfaceEPEventServiceRouteEvent
Service for processing events that originate from listeners, subscribers or other extension code.
Public interfaceEPEventServiceSendEvent
Service for processing events.

Use any of the route-event methods of when listeners, subscribers or extension code process events.

Public interfaceEPEventServiceTimeControl
Service for advancing and controlling time.
Public interfaceEPEventTypeService
Service for managing event types.
Public interfaceEPFireAndForgetService
Executes fire-and-forget non-continuous on-demand queries against named windows or tables.

Compile queries use the compile-query methods of the compiler.

Public interfaceEPIterable
Interface to iterate over events.
Public interfaceEPListenable
Interface to add and remove update listeners.
Public interfaceEPRuntime
The runtime for deploying and executing EPL.
Public interfaceEPRuntimeStateListener
A listener interface for callbacks regarding state changes.
Public interfaceEPStatement
The statement is the means to attach callbacks to receive statement results (push, observer) and to object current results using pull.
Public interfaceUpdateListener
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.