public class S3CrtDataPublisher extends Object implements SdkPublisher<ByteBuffer>
| Constructor and Description |
|---|
S3CrtDataPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
deliverData(ByteBuffer byteBuffer) |
void |
notifyError(Exception exception) |
void |
notifyStreamingFinished() |
void |
subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadapt, buffer, doAfterOnCancel, doAfterOnComplete, doAfterOnError, filter, filter, flatMapIterable, limit, map, subscribepublic void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber)
subscribe in interface org.reactivestreams.Publisher<ByteBuffer>public void notifyStreamingFinished()
public void notifyError(Exception exception)
public void deliverData(ByteBuffer byteBuffer)
Copyright © 2022. All rights reserved.