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 classAddingTrailingDataSubscriber<T>Allows to send trailing data before invoking onComplete on the downstream subscriber.classBaseSubscriberAdapter<T,U>Base of subscribers that can adapt one type to another.classBufferingSubscriber<T>classDelegatingBufferingSubscriberclassEventListeningSubscriber<T>ASubscriberthat can invoke callbacks during various parts of the subscriber and subscription lifecycle.classFilteringSubscriber<T>classFlatteningSubscriber<U>classLimitingSubscriber<T>
-