JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.flowable.common.engine.api.async
Interface AsyncTaskInvoker
public interface
AsyncTaskInvoker
Invoker responsible for submitting tasks to the task executor.
Author:
Filip Hrisafov
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
<T>
CompletableFuture
<T>
submit
(
Callable
<T> task)
Method Details
submit
<T>
CompletableFuture
<T>
submit
(
Callable
<T> task)