Class DelegatingBufferingSubscriber
java.lang.Object
software.amazon.awssdk.utils.async.DelegatingSubscriber<ByteBuffer,ByteBuffer>
software.amazon.awssdk.utils.async.BaseSubscriberAdapter<ByteBuffer,ByteBuffer>
software.amazon.awssdk.utils.async.DelegatingBufferingSubscriber
- All Implemented Interfaces:
org.reactivestreams.Subscriber<ByteBuffer>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
void
onSubscribe
(org.reactivestreams.Subscription subscription) Methods inherited from class software.amazon.awssdk.utils.async.BaseSubscriberAdapter
onComplete, onError, onNext
-
Method Details
-
onSubscribe
public void onSubscribe(org.reactivestreams.Subscription subscription) - Specified by:
onSubscribe
in interfaceorg.reactivestreams.Subscriber<ByteBuffer>
- Overrides:
onSubscribe
in classBaseSubscriberAdapter<ByteBuffer,
ByteBuffer>
-
builder
-