Class FlowAdapters.FlowToReactiveSubscriber<T>

java.lang.Object
org.reactivestreams.FlowAdapters.FlowToReactiveSubscriber<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
Flow.Subscriber<T>
Enclosing class:
FlowAdapters

static final class FlowAdapters.FlowToReactiveSubscriber<T> extends Object implements Flow.Subscriber<T>
Wraps a Reactive Streams Subscriber and forwards methods of the Flow Subscriber to it.