Class FlowableEventRegistryProperties
java.lang.Object
org.flowable.spring.boot.eventregistry.FlowableEventRegistryProperties
@ConfigurationProperties(prefix="flowable.eventregistry")
public class FlowableEventRegistryProperties
extends Object
Properties for configuring the event registry engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetChangeDetectionDelay(Duration changeDetectionDelay) voidsetChangeDetectionInitialDelay(Duration changeDetectionInitialDelay) voidsetDeploymentName(String deploymentName) voidsetDeployResources(boolean deployResources) voidsetEnableChangeDetection(boolean enableChangeDetection) voidsetEnabled(boolean enabled) voidsetResourceLocation(String resourceLocation) voidsetResourceSuffixes(List<String> resourceSuffixes)
-
Constructor Details
-
FlowableEventRegistryProperties
public FlowableEventRegistryProperties()
-
-
Method Details
-
getDeploymentName
-
setDeploymentName
-
getResourceLocation
-
setResourceLocation
-
getResourceSuffixes
-
setResourceSuffixes
-
isDeployResources
public boolean isDeployResources() -
setDeployResources
public void setDeployResources(boolean deployResources) -
isEnableChangeDetection
public boolean isEnableChangeDetection() -
setEnableChangeDetection
public void setEnableChangeDetection(boolean enableChangeDetection) -
getChangeDetectionInitialDelay
-
setChangeDetectionInitialDelay
-
getChangeDetectionDelay
-
setChangeDetectionDelay
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getServlet
-