Class FutureJavaDelegateInvocation
java.lang.Object
org.flowable.engine.impl.delegate.invocation.DelegateInvocation
org.flowable.engine.impl.delegate.invocation.FutureJavaDelegateInvocation
Class handling invocations of FutureJavaDelegates
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AsyncTaskInvoker
protected final FutureJavaDelegate<?>
protected final DelegateExecution
Fields inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
invocationParameters, invocationResult
-
Constructor Summary
ConstructorsConstructorDescriptionFutureJavaDelegateInvocation
(FutureJavaDelegate<?> delegateInstance, DelegateExecution execution, AsyncTaskInvoker asyncTaskInvoker) -
Method Summary
Methods inherited from class org.flowable.engine.impl.delegate.invocation.DelegateInvocation
getInvocationParameters, getInvocationResult, proceed
-
Field Details
-
delegateInstance
-
execution
-
asyncTaskInvoker
-
-
Constructor Details
-
FutureJavaDelegateInvocation
public FutureJavaDelegateInvocation(FutureJavaDelegate<?> delegateInstance, DelegateExecution execution, AsyncTaskInvoker asyncTaskInvoker)
-
-
Method Details
-
invoke
protected void invoke()- Specified by:
invoke
in classDelegateInvocation
-
getTarget
Description copied from class:DelegateInvocation
returns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTarget
in classDelegateInvocation
-