Uses of Class
com.flowable.spring.boot.properties.AsyncExecutorProperties.Mode
Package | Description |
---|---|
com.flowable.spring.boot.properties |
-
Uses of AsyncExecutorProperties.Mode in com.flowable.spring.boot.properties
Methods in com.flowable.spring.boot.properties that return AsyncExecutorProperties.Mode Modifier and Type Method Description AsyncExecutorProperties.Mode
AsyncExecutorProperties. getMode()
AsyncExecutorProperties.Mode
AsyncHistoryProperties. getMode()
static AsyncExecutorProperties.Mode
AsyncExecutorProperties.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AsyncExecutorProperties.Mode[]
AsyncExecutorProperties.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flowable.spring.boot.properties with parameters of type AsyncExecutorProperties.Mode Modifier and Type Method Description void
AsyncExecutorProperties. setMode(AsyncExecutorProperties.Mode mode)
void
AsyncHistoryProperties. setMode(AsyncExecutorProperties.Mode mode)