Class ServiceTaskFutureJavaDelegateActivityBehavior.FutureJavaDelegateCompleteAction
- java.lang.Object
-
- org.flowable.engine.impl.bpmn.behavior.ServiceTaskFutureJavaDelegateActivityBehavior.FutureJavaDelegateCompleteAction
-
- All Implemented Interfaces:
BiConsumer<Object,Throwable>
- Enclosing class:
- ServiceTaskFutureJavaDelegateActivityBehavior
protected class ServiceTaskFutureJavaDelegateActivityBehavior.FutureJavaDelegateCompleteAction extends Object implements BiConsumer<Object,Throwable>
-
-
Field Summary
Fields Modifier and Type Field Description protected FutureJavaDelegate<Object>delegateInstanceprotected DelegateExecutionexecutionprotected booleanloggingSessionEnabled
-
Constructor Summary
Constructors Constructor Description FutureJavaDelegateCompleteAction(FutureJavaDelegate<Object> delegateInstance, DelegateExecution execution, boolean loggingSessionEnabled)
-
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
-
delegateInstance
protected final FutureJavaDelegate<Object> delegateInstance
-
execution
protected final DelegateExecution execution
-
loggingSessionEnabled
protected final boolean loggingSessionEnabled
-
-
Constructor Detail
-
FutureJavaDelegateCompleteAction
public FutureJavaDelegateCompleteAction(FutureJavaDelegate<Object> delegateInstance, DelegateExecution execution, boolean loggingSessionEnabled)
-
-