Uses of Class
com.espertech.esper.runtime.client.EPDeployException
Packages that use EPDeployException
-
Uses of EPDeployException in com.espertech.esper.runtime.client
Subclasses of EPDeployException in com.espertech.esper.runtime.clientModifier and TypeClassDescriptionclass
Deploy exception to indicate that a deployment by the same deployment id already existsclass
Deploy exception to indicate that the compiler version mismatchesclass
Deploy exception to indicate a problem taking the necessary lockclass
Deploy exception to indicate that a precondition is not satisfiedclass
Deploy exception to indicate that substitution parameter values have not been providedMethods in com.espertech.esper.runtime.client that throw EPDeployExceptionModifier and TypeMethodDescriptionEPDeploymentService.deploy
(EPCompiled compiled) Deploy a compiled module and with the default options.EPDeploymentService.deploy
(EPCompiled compiled, DeploymentOptions options) Deploy a compiled module and with the provided options.EPDeploymentService.rollout
(Collection<EPDeploymentRolloutCompiled> items) Roll-out multiple deployments.EPDeploymentService.rollout
(Collection<EPDeploymentRolloutCompiled> items, RolloutOptions options) Roll-out multiple deployments.