Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Method and Description |
---|---|
void |
EPDeploymentService.undeploy(java.lang.String deploymentId,
UndeploymentOptions options)
Undeploy a deployment and with the provided options
|
void |
EPDeploymentService.undeployAll(UndeploymentOptions options)
Undeploy all deployments and with the provided options.
|