Module methanol

Class ForwardingSubscriber<T>

java.lang.Object
com.github.mizosoft.methanol.internal.flow.ForwardingSubscriber<T>
All Implemented Interfaces:
Flow.Subscriber<T>
Direct Known Subclasses:
AsyncSubscriberAdapter, ForwardingBodySubscriber, SerializedForwardingSubscriber

public abstract class ForwardingSubscriber<T> extends Object implements Flow.Subscriber<T>
A Subscriber<T> that forwards to a downstream Subscriber<? super T>.