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 AsyncTaskInvokerprotected final FutureJavaDelegate<?>protected final DelegateExecutionFields 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:
invokein classDelegateInvocation
-
getTarget
Description copied from class:DelegateInvocationreturns the target of the current invocation, ie. JavaDelegate, ValueExpression ...- Specified by:
getTargetin classDelegateInvocation
-