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 class
AsyncExecutorProperties.Mode
-
Constructor Summary
Constructors Constructor Description AsyncExecutorProperties()
-
Method Summary
Modifier and Type Method Description JobMessagingConfiguration
getMessaging()
AsyncExecutorProperties.Mode
getMode()
JobThreadPoolConfiguration
getThread()
boolean
isActivate()
void
setActivate(boolean activate)
void
setMessaging(JobMessagingConfiguration messaging)
void
setMode(AsyncExecutorProperties.Mode mode)
void
setThread(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)
-