Package | Description |
---|---|
com.espertech.esper.client.deploy |
Module and deployment administrative service.
|
com.espertech.esper.core.deploy |
Module and deployment utility and parser.
|
Modifier and Type | Method and Description |
---|---|
UndeploymentResult |
EPDeploymentAdmin.undeploy(String deploymentId,
UndeploymentOptions undeploymentOptions)
Undeploy a previously deployed module.
|
UndeploymentResult |
EPDeploymentAdmin.undeployRemove(String deploymentId,
UndeploymentOptions undeploymentOptions)
Undeploy a single module, if its in deployed state, and removes it from the known modules.
|
Modifier and Type | Method and Description |
---|---|
UndeploymentResult |
EPDeploymentAdminImpl.undeploy(String deploymentId,
UndeploymentOptions undeploymentOptions) |
UndeploymentResult |
EPDeploymentAdminImpl.undeployRemove(String deploymentId,
UndeploymentOptions undeploymentOptions) |