@ConfigurationProperties(prefix="flowable.eventregistry") public class FlowableEventRegistryProperties extends Object
| Constructor and Description |
|---|
FlowableEventRegistryProperties() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getChangeDetectionDelay() |
Duration |
getChangeDetectionInitialDelay() |
String |
getDeploymentName() |
String |
getResourceLocation() |
List<String> |
getResourceSuffixes() |
FlowableServlet |
getServlet() |
boolean |
isDeployResources() |
boolean |
isEnableChangeDetection() |
boolean |
isEnabled() |
void |
setChangeDetectionDelay(Duration changeDetectionDelay) |
void |
setChangeDetectionInitialDelay(Duration changeDetectionInitialDelay) |
void |
setDeploymentName(String deploymentName) |
void |
setDeployResources(boolean deployResources) |
void |
setEnableChangeDetection(boolean enableChangeDetection) |
void |
setEnabled(boolean enabled) |
void |
setResourceLocation(String resourceLocation) |
void |
setResourceSuffixes(List<String> resourceSuffixes) |
public String getDeploymentName()
public void setDeploymentName(String deploymentName)
public String getResourceLocation()
public void setResourceLocation(String resourceLocation)
public boolean isDeployResources()
public void setDeployResources(boolean deployResources)
public boolean isEnableChangeDetection()
public void setEnableChangeDetection(boolean enableChangeDetection)
public Duration getChangeDetectionInitialDelay()
public void setChangeDetectionInitialDelay(Duration changeDetectionInitialDelay)
public Duration getChangeDetectionDelay()
public void setChangeDetectionDelay(Duration changeDetectionDelay)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public FlowableServlet getServlet()
Copyright © 2021 Flowable. All rights reserved.