Interface ReactiveExecutionFlow<T>

Type Parameters:
T - The value type
All Superinterfaces:
ExecutionFlow<T>

@Internal public interface ReactiveExecutionFlow<T> extends ExecutionFlow<T>
The reactive execution flow. NOTE: The flow is expected to produce only one result.
Since:
4.0.0
Author:
Denis Stepnov