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 Summary
Modifier and TypeMethodDescriptionvoid
void
void
onNext
(AsyncRequestBody asyncRequestBody) void
onSubscribe
(org.reactivestreams.Subscription s) pause()
-
Method Details
-
pause
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription s) - Specified by:
onSubscribe
in interfaceorg.reactivestreams.Subscriber<AsyncRequestBody>
-
onNext
- Specified by:
onNext
in interfaceorg.reactivestreams.Subscriber<AsyncRequestBody>
-
onError
- Specified by:
onError
in interfaceorg.reactivestreams.Subscriber<AsyncRequestBody>
-
onComplete
public void onComplete()- Specified by:
onComplete
in interfaceorg.reactivestreams.Subscriber<AsyncRequestBody>
-