Class ExecuteFutureActionOperation<T>
java.lang.Object
org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation<T>
- All Implemented Interfaces:
Runnable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final BiConsumer<T, Throwable> protected final CompletableFuture<T> -
Constructor Summary
ConstructorsConstructorDescriptionExecuteFutureActionOperation(CompletableFuture<T> future, BiConsumer<T, Throwable> action) -
Method Summary
-
Field Details
-
future
-
action
-
-
Constructor Details
-
ExecuteFutureActionOperation
-
-
Method Details
-
run
-
isDone
public boolean isDone() -
getFuture
-
getAction
-