protected class ServiceTaskFutureJavaDelegateActivityBehavior.FutureJavaDelegateCompleteAction extends Object implements BiConsumer<Object,Throwable>
| Modifier and Type | Field and Description |
|---|---|
protected FutureJavaDelegate<Object> |
delegateInstance |
protected DelegateExecution |
execution |
protected boolean |
loggingSessionEnabled |
| Constructor and Description |
|---|
FutureJavaDelegateCompleteAction(FutureJavaDelegate<Object> delegateInstance,
DelegateExecution execution,
boolean loggingSessionEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Object value,
Throwable throwable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenprotected final FutureJavaDelegate<Object> delegateInstance
protected final DelegateExecution execution
protected final boolean loggingSessionEnabled
public FutureJavaDelegateCompleteAction(FutureJavaDelegate<Object> delegateInstance, DelegateExecution execution, boolean loggingSessionEnabled)
Copyright © 2020 Flowable. All rights reserved.