Interface FlowablePlanItemFutureJavaDelegate<Input,Output>

Type Parameters:
Input - the input of the execution
Output - the output of the execution
All Superinterfaces:
PlanItemFutureJavaDelegate<Output>
All Known Subinterfaces:
MapBasedFlowablePlanItemFutureJavaDelegate

public interface FlowablePlanItemFutureJavaDelegate<Input,Output> extends PlanItemFutureJavaDelegate<Output>
Convenience class which always uses the AsyncTaskInvoker to execute the async data. Provides intermediate methods to prepare the execution data before executing and do the actual execution without the need to work with futures.
Author:
Filip Hrisafov
See Also: