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,BufferingSubscriber,ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber,EventListeningSubscriber,FilteringSubscriber,FlatteningSubscriber,LimitingSubscriber
public abstract class DelegatingSubscriber<T,U> 
extends Object
implements org.reactivestreams.Subscriber<T>
- 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidonSubscribe(org.reactivestreams.Subscription subscription) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.reactivestreams.Subscriber
onNext 
- 
Method Details
- 
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription) - Specified by:
 onSubscribein interfaceorg.reactivestreams.Subscriber<T>
 - 
onError
- Specified by:
 onErrorin interfaceorg.reactivestreams.Subscriber<T>
 - 
onComplete
public void onComplete()- Specified by:
 onCompletein interfaceorg.reactivestreams.Subscriber<T>
 
 -