Class FlowableEventRegistryProperties


  • @ConfigurationProperties(prefix="flowable.eventregistry")
    public class FlowableEventRegistryProperties
    extends Object
    Properties for configuring the event registry engine.
    • Constructor Detail

      • FlowableEventRegistryProperties

        public FlowableEventRegistryProperties()
    • Method Detail

      • 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)