Uses of Class
com.espertech.esper.runtime.client.EPUndeployException
Package
Description
Runtime API: Runs compiled EPL.
-
Uses of EPUndeployException in com.espertech.esper.runtime.client
Modifier and TypeClassDescriptionclass
Undeploy exception to indicate a problem taking the necessary lockclass
Undeploy exception to indicate that the deployment was not foundclass
Uneploy exception to indicate that a precondition is not satisfiedModifier and TypeMethodDescriptionvoid
Undeploy a deployment and with the default options.void
EPDeploymentService.undeploy
(String deploymentId, UndeploymentOptions options) Undeploy a deployment and with the provided optionsvoid
EPDeploymentService.undeployAll()
Undeploy all deployments and with the default options.void
EPDeploymentService.undeployAll
(UndeploymentOptions options) Undeploy all deployments and with the provided options. -
Uses of EPUndeployException in com.espertech.esper.runtime.internal.kernel.service
Modifier and TypeMethodDescriptionvoid
void
EPDeploymentServiceImpl.undeploy
(String deploymentId, UndeploymentOptions options) void
EPDeploymentServiceImpl.undeployAll()
void
EPDeploymentServiceImpl.undeployAll
(UndeploymentOptions options)