Uses of Class
software.amazon.awssdk.utils.async.DelegatingSubscriber
-
Packages that use DelegatingSubscriber Package Description software.amazon.awssdk.utils.async -
-
Uses of DelegatingSubscriber in software.amazon.awssdk.utils.async
Subclasses of DelegatingSubscriber in software.amazon.awssdk.utils.async Modifier and Type Class Description class
AddingTrailingDataSubscriber<T>
Allows to send trailing data before invoking onComplete on the downstream subscriber.class
BaseSubscriberAdapter<T,U>
Base of subscribers that can adapt one type to another.class
BufferingSubscriber<T>
class
DelegatingBufferingSubscriber
class
EventListeningSubscriber<T>
ASubscriber
that can invoke callbacks during various parts of the subscriber and subscription lifecycle.class
FilteringSubscriber<T>
class
FlatteningSubscriber<U>
class
LimitingSubscriber<T>
-