Uses of Class
com.github.mizosoft.methanol.internal.flow.ForwardingSubscriber
-
Packages that use ForwardingSubscriber Package Description com.github.mizosoft.methanol.internal.extensions com.github.mizosoft.methanol.internal.flow -
-
Uses of ForwardingSubscriber in com.github.mizosoft.methanol.internal.extensions
Subclasses of ForwardingSubscriber in com.github.mizosoft.methanol.internal.extensions Modifier and Type Class Description classAsyncSubscriberAdapter<T,S extends java.util.concurrent.Flow.Subscriber<? super java.util.List<java.nio.ByteBuffer>>>Adapts a subscriber to aBodySubscriberwhere the body's completion need not be in accordance withonCompleteoronError.classForwardingBodySubscriber<T>classTimeoutBodySubscriber<T> -
Uses of ForwardingSubscriber in com.github.mizosoft.methanol.internal.flow
Subclasses of ForwardingSubscriber in com.github.mizosoft.methanol.internal.flow Modifier and Type Class Description classSerializedForwardingSubscriber<T>A forwarding subscriber that ensures the delegate isn't called concurrently.classTimeoutSubscriber<T,S extends java.util.concurrent.Flow.Subscriber<? super T>>A subscriber that intercepts requests to upstream and schedules error completion if each requested item isn't received within a timeout.
-