Class JobExecutionProperty
java.lang.Object
org.camunda.bpm.spring.boot.starter.property.JobExecutionProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
boolean
void
setBackoffDecreaseThreshold
(Integer backoffDecreaseThreshold) void
setBackoffTimeInMillis
(Integer backoffTimeInMillis) void
setCorePoolSize
(int corePoolSize) void
setDeploymentAware
(boolean deploymentAware) void
setEnabled
(boolean enabled) void
setKeepAliveSeconds
(Integer keepAliveSeconds) void
setLockTimeInMillis
(Integer lockTimeInMillis) void
setMaxBackoff
(Long maxBackoff) void
setMaxJobsPerAcquisition
(Integer maxJobsPerAcquisition) void
setMaxPoolSize
(int maxPoolSize) void
setMaxWait
(Long maxWait) void
setQueueCapacity
(int queueCapacity) void
setWaitIncreaseFactor
(Float waitIncreaseFactor) void
setWaitTimeInMillis
(Integer waitTimeInMillis) toString()
-
Constructor Details
-
JobExecutionProperty
public JobExecutionProperty()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isDeploymentAware
public boolean isDeploymentAware() -
setDeploymentAware
public void setDeploymentAware(boolean deploymentAware) -
getCorePoolSize
public int getCorePoolSize() -
setCorePoolSize
public void setCorePoolSize(int corePoolSize) -
getMaxPoolSize
public int getMaxPoolSize() -
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize) -
getKeepAliveSeconds
-
setKeepAliveSeconds
-
getQueueCapacity
public int getQueueCapacity() -
setQueueCapacity
public void setQueueCapacity(int queueCapacity) -
getLockTimeInMillis
-
setLockTimeInMillis
-
getMaxJobsPerAcquisition
-
setMaxJobsPerAcquisition
-
getWaitTimeInMillis
-
setWaitTimeInMillis
-
getMaxWait
-
setMaxWait
-
getBackoffTimeInMillis
-
setBackoffTimeInMillis
-
getMaxBackoff
-
setMaxBackoff
-
getBackoffDecreaseThreshold
-
setBackoffDecreaseThreshold
-
getWaitIncreaseFactor
-
setWaitIncreaseFactor
-
toString
-