Class FlowAdapters.ReactiveToFlowSubscriber<T>

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

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