Package org.flowable.spring.boot
Class FlowableAutoDeploymentProperties
java.lang.Object
org.flowable.spring.boot.FlowableAutoDeploymentProperties
@ConfigurationProperties(prefix="flowable.auto-deployment")
public class FlowableAutoDeploymentProperties
extends Object
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> TdefaultIfNotNull(T value, T defaultValue) org.flowable.common.spring.CommonAutoDeploymentPropertiesdeploymentPropertiesForEngine(String engineType) booleanbooleanvoidvoidsetLockName(String lockName) voidsetLockWaitTime(Duration lockWaitTime) voidsetThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure) voidsetUseLock(boolean useLock)
-
Constructor Details
-
FlowableAutoDeploymentProperties
public FlowableAutoDeploymentProperties()
-
-
Method Details
-
isUseLock
public boolean isUseLock() -
setUseLock
public void setUseLock(boolean useLock) -
getLockWaitTime
-
setLockWaitTime
-
isThrowExceptionOnDeploymentFailure
public boolean isThrowExceptionOnDeploymentFailure() -
setThrowExceptionOnDeploymentFailure
public void setThrowExceptionOnDeploymentFailure(boolean throwExceptionOnDeploymentFailure) -
getLockName
-
setLockName
-
getEngine
-
setEngine
public void setEngine(Map<String, FlowableAutoDeploymentProperties.EngineDeploymentProperties> engine) -
deploymentPropertiesForEngine
public org.flowable.common.spring.CommonAutoDeploymentProperties deploymentPropertiesForEngine(String engineType) -
defaultIfNotNull
protected <T> T defaultIfNotNull(T value, T defaultValue)
-