Class ExecuteFutureActionOperation<T>
java.lang.Object
org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation<T>
- All Implemented Interfaces:
Runnable
- Author:
- Filip Hrisafov
-
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