@ConfigurationProperties(prefix="flowable.auto-deployment") public class FlowableAutoDeploymentProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowableAutoDeploymentProperties.EngineDeploymentProperties |
| Constructor and Description |
|---|
FlowableAutoDeploymentProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
defaultIfNotNull(T value,
T defaultValue) |
org.flowable.common.spring.CommonAutoDeploymentProperties |
deploymentPropertiesForEngine(String engineType) |
Map<String,FlowableAutoDeploymentProperties.EngineDeploymentProperties> |
getEngine() |
String |
getLockName() |
Duration |
getLockWaitTime() |
boolean |
isThrowExceptionOnDeploymentFailure() |
boolean |
isUseLock() |
void |
setEngine(Map<String,FlowableAutoDeploymentProperties.EngineDeploymentProperties> engine) |
void |
setLockName(String lockName) |
void |
setLockWaitTime(Duration lockWaitTime) |
void |
setThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure) |
void |
setUseLock(boolean useLock) |
public boolean isUseLock()
public void setUseLock(boolean useLock)
public Duration getLockWaitTime()
public void setLockWaitTime(Duration lockWaitTime)
public boolean isThrowExceptionOnDeploymentFailure()
public void setThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure)
public String getLockName()
public void setLockName(String lockName)
public Map<String,FlowableAutoDeploymentProperties.EngineDeploymentProperties> getEngine()
public void setEngine(Map<String,FlowableAutoDeploymentProperties.EngineDeploymentProperties> engine)
public org.flowable.common.spring.CommonAutoDeploymentProperties deploymentPropertiesForEngine(String engineType)
protected <T> T defaultIfNotNull(T value,
T defaultValue)
Copyright © 2020 Flowable. All rights reserved.