get
public CompletableFuture<U> get<T, U extends Operation<T, U>>(U operation, GetOperationConfig config)
Gets the status of an Operation.
Return
An Operation with the updated status of the operation.
Parameters
operation
An Operation.
config
The configuration for getting the operation.