Class ServiceTaskExpressionActivityBehavior.FutureCompleteAction
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior.FutureCompleteAction
-
- All Implemented Interfaces:
BiConsumer<Object,Throwable>
- Enclosing class:
- ServiceTaskExpressionActivityBehavior
protected class ServiceTaskExpressionActivityBehavior.FutureCompleteAction extends Object implements BiConsumer<Object,Throwable>
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegateExecutionexecution
-
Constructor Summary
Constructors Constructor Description FutureCompleteAction(DelegateExecution execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Object value, Throwable throwable)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Field Detail
-
execution
protected final DelegateExecution execution
-
-
Constructor Detail
-
FutureCompleteAction
public FutureCompleteAction(DelegateExecution execution)
-
-