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 Constructor Description FlowableEventRegistryProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetChangeDetectionDelay()DurationgetChangeDetectionInitialDelay()StringgetDeploymentName()StringgetResourceLocation()List<String>getResourceSuffixes()FlowableServletgetServlet()booleanisDeployResources()booleanisEnableChangeDetection()booleanisEnabled()voidsetChangeDetectionDelay(Duration changeDetectionDelay)voidsetChangeDetectionInitialDelay(Duration changeDetectionInitialDelay)voidsetDeploymentName(String deploymentName)voidsetDeployResources(boolean deployResources)voidsetEnableChangeDetection(boolean enableChangeDetection)voidsetEnabled(boolean enabled)voidsetResourceLocation(String resourceLocation)voidsetResourceSuffixes(List<String> resourceSuffixes)
-
-
-
Method Detail
-
getDeploymentName
public String getDeploymentName()
-
setDeploymentName
public void setDeploymentName(String deploymentName)
-
getResourceLocation
public String getResourceLocation()
-
setResourceLocation
public void setResourceLocation(String resourceLocation)
-
isDeployResources
public boolean isDeployResources()
-
setDeployResources
public void setDeployResources(boolean deployResources)
-
isEnableChangeDetection
public boolean isEnableChangeDetection()
-
setEnableChangeDetection
public void setEnableChangeDetection(boolean enableChangeDetection)
-
getChangeDetectionInitialDelay
public Duration getChangeDetectionInitialDelay()
-
setChangeDetectionInitialDelay
public void setChangeDetectionInitialDelay(Duration changeDetectionInitialDelay)
-
getChangeDetectionDelay
public Duration getChangeDetectionDelay()
-
setChangeDetectionDelay
public void setChangeDetectionDelay(Duration changeDetectionDelay)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
getServlet
public FlowableServlet getServlet()
-
-