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.ModeAsyncExecutorProperties. getMode()AsyncExecutorProperties.ModeAsyncHistoryProperties. getMode()static AsyncExecutorProperties.ModeAsyncExecutorProperties.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 voidAsyncExecutorProperties. setMode(AsyncExecutorProperties.Mode mode)voidAsyncHistoryProperties. setMode(AsyncExecutorProperties.Mode mode)