JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.flowable.common.engine.api.async
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
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.