Class UndeploymentOptions
java.lang.Object
com.espertech.esper.runtime.client.UndeploymentOptions
Option holder for use with
EPDeploymentService.undeploy(java.lang.String)
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the undeployment lock strategy, the default isLockStrategyDefault
void
setUndeploymentLockStrategy
(LockStrategy undeploymentLockStrategy) Sets the undeployment lock strategy, the default isLockStrategyDefault
-
Constructor Details
-
UndeploymentOptions
public UndeploymentOptions()
-
-
Method Details
-
getUndeploymentLockStrategy
Return the undeployment lock strategy, the default isLockStrategyDefault
- Returns:
- lock strategy
-
setUndeploymentLockStrategy
Sets the undeployment lock strategy, the default isLockStrategyDefault
- Parameters:
undeploymentLockStrategy
- lock strategy
-