Uses of Class
com.github.mizosoft.methanol.internal.flow.ForwardingSubscriber
Packages that use ForwardingSubscriber
Package
Description
-
Uses of ForwardingSubscriber in com.github.mizosoft.methanol.internal.extensions
Subclasses of ForwardingSubscriber in com.github.mizosoft.methanol.internal.extensionsModifier and TypeClassDescriptionfinal classAsyncSubscriberAdapter<T,S extends Flow.Subscriber<? super List<ByteBuffer>>> Adapts a subscriber to aBodySubscriberwhere the body's completion need not be in accordance withonCompleteoronError.classfinal class -
Uses of ForwardingSubscriber in com.github.mizosoft.methanol.internal.flow
Subclasses of ForwardingSubscriber in com.github.mizosoft.methanol.internal.flowModifier and TypeClassDescriptionclassA forwarding subscriber that ensures the delegate isn't called concurrently.classTimeoutSubscriber<T,S extends 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.