Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<DeploymentStateListener> |
EPDeploymentService.getDeploymentStateListeners()
Returns an iterator of deployment state listeners (read-only)
|
Modifier and Type | Method and Description |
---|---|
void |
EPDeploymentService.addDeploymentStateListener(DeploymentStateListener listener)
Add a deployment state listener
|
void |
EPDeploymentService.removeDeploymentStateListener(DeploymentStateListener listener)
Remove a deployment state listener
|