JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.flowable.common.engine.api.async
package
org.flowable.common.engine.api.async
Related Packages
Package
Description
org.flowable.common.engine.api
Interfaces
Class
Description
AsyncTaskExecutor
Flowable task executor interface that abstracts the execution of a
Runnable
or
Callable
asynchronously in a different thread.
AsyncTaskInvoker
Invoker responsible for submitting tasks to the task executor.