Class JobExecutionProperty
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.JobExecutionProperty
-
public class JobExecutionProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description JobExecutionProperty()
-
Method Summary
-
-
-
Method Detail
-
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
public Integer getKeepAliveSeconds()
-
setKeepAliveSeconds
public void setKeepAliveSeconds(Integer keepAliveSeconds)
-
getQueueCapacity
public int getQueueCapacity()
-
setQueueCapacity
public void setQueueCapacity(int queueCapacity)
-
getLockTimeInMillis
public Integer getLockTimeInMillis()
-
setLockTimeInMillis
public void setLockTimeInMillis(Integer lockTimeInMillis)
-
getMaxJobsPerAcquisition
public Integer getMaxJobsPerAcquisition()
-
setMaxJobsPerAcquisition
public void setMaxJobsPerAcquisition(Integer maxJobsPerAcquisition)
-
getWaitTimeInMillis
public Integer getWaitTimeInMillis()
-
setWaitTimeInMillis
public void setWaitTimeInMillis(Integer waitTimeInMillis)
-
getMaxWait
public Long getMaxWait()
-
setMaxWait
public void setMaxWait(Long maxWait)
-
getBackoffTimeInMillis
public Integer getBackoffTimeInMillis()
-
setBackoffTimeInMillis
public void setBackoffTimeInMillis(Integer backoffTimeInMillis)
-
getMaxBackoff
public Long getMaxBackoff()
-
setMaxBackoff
public void setMaxBackoff(Long maxBackoff)
-
getBackoffDecreaseThreshold
public Integer getBackoffDecreaseThreshold()
-
setBackoffDecreaseThreshold
public void setBackoffDecreaseThreshold(Integer backoffDecreaseThreshold)
-
getWaitIncreaseFactor
public Float getWaitIncreaseFactor()
-
setWaitIncreaseFactor
public void setWaitIncreaseFactor(Float waitIncreaseFactor)
-
-