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
FieldsModifier and TypeFieldDescriptionprotected final FutureJavaDelegate<Object>protected final DelegateExecutionprotected final boolean -
Constructor Summary
ConstructorsConstructorDescriptionFutureJavaDelegateCompleteAction(FutureJavaDelegate<Object> delegateInstance, DelegateExecution execution, boolean loggingSessionEnabled) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
delegateInstance
-
execution
-
loggingSessionEnabled
protected final boolean loggingSessionEnabled
-
-
Constructor Details
-
FutureJavaDelegateCompleteAction
public FutureJavaDelegateCompleteAction(FutureJavaDelegate<Object> delegateInstance, DelegateExecution execution, boolean loggingSessionEnabled)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<Object,Throwable>
-