Class ServiceTaskDelegateExpressionActivityBehavior.FutureJavaDelegateCompleteAction
java.lang.Object
org.flowable.engine.impl.bpmn.behavior.ServiceTaskDelegateExpressionActivityBehavior.FutureJavaDelegateCompleteAction
- All Implemented Interfaces:
BiConsumer<Object, Throwable>
- Enclosing class:
ServiceTaskDelegateExpressionActivityBehavior
protected class ServiceTaskDelegateExpressionActivityBehavior.FutureJavaDelegateCompleteAction
extends Object
implements BiConsumer<Object, Throwable>
- Author:
- Joram Barrez, Josh Long, Slawomir Wojtasiak (Patch for ACT-1159), Falko Menge
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-