Class FlowAdapters.ReactiveToFlowSubscriber<T>

  • Type Parameters:
    T - the element type
    All Implemented Interfaces:
    Subscriber<T>
    Enclosing class:
    FlowAdapters

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