Package | Description |
---|---|
com.espertech.esper.runtime.client |
Runtime API: Runs compiled EPL.
|
Modifier and Type | Class and Description |
---|---|
class |
EPUndeployLockException
Undeploy exception to indicate a problem taking the necessary lock
|
class |
EPUndeployNotFoundException
Undeploy exception to indicate that the deployment was not found
|
class |
EPUndeployPreconditionException
Uneploy exception to indicate that a precondition is not satisfied
|
Modifier and Type | Method and Description |
---|---|
void |
EPDeploymentService.undeploy(java.lang.String deploymentId)
Undeploy a deployment and with the default options.
|
void |
EPDeploymentService.undeploy(java.lang.String deploymentId,
UndeploymentOptions options)
Undeploy a deployment and with the provided options
|
void |
EPDeploymentService.undeployAll()
Undeploy all deployments and with the default options.
|
void |
EPDeploymentService.undeployAll(UndeploymentOptions options)
Undeploy all deployments and with the provided options.
|