Package com.espertech.esper.runtime.client
package com.espertech.esper.runtime.client
Runtime API: Runs compiled EPL.
-
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.Deploy exception to indicate that a deployment by the same deployment id already existsDeploy exception to indicate that the compiler version mismatchesException during a deploy operation byEPDeploymentService.deploy(com.espertech.esper.common.client.EPCompiled)
Deploy exception to indicate a problem taking the necessary lockRepresents 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.Deploy exception to indicate that a precondition is not satisfiedDeploy exception to indicate that substitution parameter values have not been providedService 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.Factory for instances ofEPRuntime
.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)
Undeploy exception to indicate a problem taking the necessary lockUndeploy exception to indicate that the deployment was not foundUneploy exception to indicate that a precondition is not satisfiedOption 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.