Class InvokeOperation<T,I>

Type Parameters:
T - the result type from the invoked function
I - the payload type sent to the invoked function
All Implemented Interfaces:
DurableFuture<T>

public class InvokeOperation<T,I> extends SerializableDurableOperation<T>
Durable operation that invokes another Lambda function and waits for its result.