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 Details

    • FlowableEventRegistryProperties

      public FlowableEventRegistryProperties()
  • Method Details

    • getDeploymentName

      public String getDeploymentName()
    • setDeploymentName

      public void setDeploymentName(String deploymentName)
    • getResourceLocation

      public String getResourceLocation()
    • setResourceLocation

      public void setResourceLocation(String resourceLocation)
    • getResourceSuffixes

      public List<String> getResourceSuffixes()
    • setResourceSuffixes

      public void setResourceSuffixes(List<String> resourceSuffixes)
    • 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()