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 Details

    • onSubscribe

      public void onSubscribe(org.reactivestreams.Subscription subscription)
      Specified by:
      onSubscribe in interface org.reactivestreams.Subscriber<T>
    • onError

      public void onError(Throwable throwable)
      Specified by:
      onError in interface org.reactivestreams.Subscriber<T>
    • onComplete

      public void onComplete()
      Specified by:
      onComplete in interface org.reactivestreams.Subscriber<T>