Class KnownContentLengthAsyncRequestBodySubscriber

java.lang.Object
software.amazon.awssdk.services.s3.internal.multipart.KnownContentLengthAsyncRequestBodySubscriber
All Implemented Interfaces:
org.reactivestreams.Subscriber<AsyncRequestBody>

public class KnownContentLengthAsyncRequestBodySubscriber extends Object implements org.reactivestreams.Subscriber<AsyncRequestBody>
  • Method Details

    • pause

      public S3ResumeToken pause()
    • onSubscribe

      public void onSubscribe(org.reactivestreams.Subscription s)
      Specified by:
      onSubscribe in interface org.reactivestreams.Subscriber<AsyncRequestBody>
    • onNext

      public void onNext(AsyncRequestBody asyncRequestBody)
      Specified by:
      onNext in interface org.reactivestreams.Subscriber<AsyncRequestBody>
    • onError

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

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