public class KnownContentLengthAsyncRequestBodySubscriber extends Object implements org.reactivestreams.Subscriber<AsyncRequestBody>
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete() |
void |
onError(Throwable t) |
void |
onNext(AsyncRequestBody asyncRequestBody) |
void |
onSubscribe(org.reactivestreams.Subscription s) |
S3ResumeToken |
pause() |
public S3ResumeToken pause()
public void onSubscribe(org.reactivestreams.Subscription s)
onSubscribe in interface org.reactivestreams.Subscriber<AsyncRequestBody>public void onNext(AsyncRequestBody asyncRequestBody)
onNext in interface org.reactivestreams.Subscriber<AsyncRequestBody>public void onError(Throwable t)
onError in interface org.reactivestreams.Subscriber<AsyncRequestBody>public void onComplete()
onComplete in interface org.reactivestreams.Subscriber<AsyncRequestBody>Copyright © 2026. All rights reserved.