Uses of Package
com.espertech.esper.runtime.client
Package
Description
Runtime API: Runs compiled EPL.
Plug-in loaders follow runtime lifecycle and typically are for providing simple adapters or other integrations.
Runtime-related classes for facilitating automated regression testing.
For staging deployments.
Adapter shared classes.
-
ClassDescriptionOption holder for use with
EPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled)
.Deployment base event.Deployment event indicating a deployment completedDeployment event indicating a undeployment completedListener for events in respect to deployment and undeployment.Exception during a deploy operation byEPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled)
Represents a deployment.Provides information about EPL objects that a deployment consumes (requires, depends on, refers to) from other deployments.Information about EPL objects consumed by another deployment.Provides information about EPL objects that a deployment provides to other deployments.Information about EPL Objects provided by the deploymentContains the result of a rollout as described inEPDeploymentService.rollout(Collection, RolloutOptions)
, captures the rollout result wherein the deployment result of each compilation unit is provided byEPDeploymentRolloutItem
.For use with rollout as described inEPDeploymentService.rollout(Collection, RolloutOptions)
, for passing a compilation unit and the deployment options for the compilation unit.The result item of a rollout as described inEPDeploymentService.rollout(Collection, RolloutOptions)
, captures the rollout result of a single compilation unit that was deployed as part of a rollout.Service for deploying and undeploying modules and obtaining information about current deployments and statements.Service for processing events and advancing time.Service for processing events that originate from listeners, subscribers or other extension code.Service for processing events.Service for advancing and controlling time.Service for managing event types.Executes fire-and-forget non-continuous on-demand queries against named windows or tables.Interface to iterate over events.Interface to add and remove update listeners.The runtime for deploying and executing EPL.This exception is thrown to indicate that the runtime instance has been destroyed.A listener interface for callbacks regardingEPRuntime
state changes.Stages are used for staging deployments allowing independent control over event and time for subsets of deployments.The statement is the means to attach callbacks to receive statement results (push, observer) and to object current results using pull.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.Exception during an undeploy operation byEPDeploymentService.undeploy(java.lang.String)
Option holder for use withEPDeploymentService.rollout(java.util.Collection<com.espertech.esper.runtime.client.EPDeploymentRolloutCompiled>)
()}.Option holder for use withEPDeploymentService.undeploy(java.lang.String)
.Interface to receive notification from an runtime that an event that has been sent into the runtimeor 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).Defines an interface to notify of new and old events. -
-
ClassDescriptionThe runtime for deploying and executing EPL.The statement is the means to attach callbacks to receive statement results (push, observer) and to object current results using pull.Defines an interface to notify of new and old events.
-
ClassDescriptionRepresents a deployment.Service for processing events and advancing time.Service for processing events that originate from listeners, subscribers or other extension code.Service for processing events.Service for advancing and controlling time.
-