Class DelegatingSubscriber<T,U> 
java.lang.Object
software.amazon.awssdk.utils.async.DelegatingSubscriber<T,U> 
- All Implemented Interfaces:
- org.reactivestreams.Subscriber<T>
- Direct Known Subclasses:
- AddingTrailingDataSubscriber,- BaseSubscriberAdapter,- BufferingSubscriber,- ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber,- EventListeningSubscriber,- FilteringSubscriber,- LimitingSubscriber
@SdkProtectedApi
public abstract class DelegatingSubscriber<T,U> 
extends Object
implements org.reactivestreams.Subscriber<T>
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidonSubscribe(org.reactivestreams.Subscription subscription) Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.reactivestreams.SubscriberonNext