public static class FlowableAutoDeploymentProperties.EngineDeploymentProperties extends Object
| Constructor and Description |
|---|
EngineDeploymentProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLockName() |
Duration |
getLockWaitTime() |
Boolean |
getThrowExceptionOnDeploymentFailure() |
Boolean |
getUseLock() |
void |
setLockName(String lockName) |
void |
setLockWaitTime(Duration lockWaitTime) |
void |
setThrowExceptionOnDeploymentFailure(Boolean throwExceptionOnDeploymentFailure) |
void |
setUseLock(Boolean useLock) |
public Boolean getUseLock()
public void setUseLock(Boolean useLock)
public Duration getLockWaitTime()
public void setLockWaitTime(Duration lockWaitTime)
public Boolean getThrowExceptionOnDeploymentFailure()
public void setThrowExceptionOnDeploymentFailure(Boolean throwExceptionOnDeploymentFailure)
public String getLockName()
public void setLockName(String lockName)
Copyright © 2020 Flowable. All rights reserved.