Class JBPMProperties.Executor
- java.lang.Object
-
- org.jbpm.springboot.autoconfigure.JBPMProperties.Executor
-
- Enclosing class:
- JBPMProperties
public static class JBPMProperties.Executor extends Object
-
-
Constructor Summary
Constructors Constructor Description Executor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInterval()intgetRetries()intgetThreadPoolSize()StringgetTimeUnit()booleanisEnabled()voidsetEnabled(boolean enabled)voidsetInterval(int interval)voidsetRetries(int retries)voidsetThreadPoolSize(int threadPoolSize)voidsetTimeUnit(String timeUnit)
-
-
-
Method Detail
-
getInterval
public int getInterval()
-
setInterval
public void setInterval(int interval)
-
getThreadPoolSize
public int getThreadPoolSize()
-
setThreadPoolSize
public void setThreadPoolSize(int threadPoolSize)
-
getRetries
public int getRetries()
-
setRetries
public void setRetries(int retries)
-
getTimeUnit
public String getTimeUnit()
-
setTimeUnit
public void setTimeUnit(String timeUnit)
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(boolean enabled)
-
-