Class AsyncExecutorProperties
java.lang.Object
com.flowable.spring.boot.properties.AsyncExecutorProperties
@ConfigurationProperties(prefix="flowable.async-executor")
public class AsyncExecutorProperties
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAsyncExecutorProperties.Mode -
Constructor Summary
Constructors Constructor Description AsyncExecutorProperties() -
Method Summary
Modifier and Type Method Description JobMessagingConfigurationgetMessaging()AsyncExecutorProperties.ModegetMode()JobThreadPoolConfigurationgetThread()booleanisActivate()voidsetActivate(boolean activate)voidsetMessaging(JobMessagingConfiguration messaging)voidsetMode(AsyncExecutorProperties.Mode mode)voidsetThread(JobThreadPoolConfiguration thread)
-
Constructor Details
-
AsyncExecutorProperties
public AsyncExecutorProperties()
-
-
Method Details
-
getMode
-
setMode
-
getThread
-
setThread
-
getMessaging
-
setMessaging
-
isActivate
public boolean isActivate() -
setActivate
public void setActivate(boolean activate)
-