Class S3ChecksumValidatingPublisher
java.lang.Object
software.amazon.awssdk.services.s3.internal.checksums.S3ChecksumValidatingPublisher
- All Implemented Interfaces:
org.reactivestreams.Publisher<ByteBuffer>
,SdkPublisher<ByteBuffer>
-
Constructor Summary
ConstructorsConstructorDescriptionS3ChecksumValidatingPublisher
(org.reactivestreams.Publisher<ByteBuffer> publisher, SdkChecksum sdkChecksum, long contentLength) -
Method Summary
Modifier and TypeMethodDescriptionvoid
subscribe
(org.reactivestreams.Subscriber<? super ByteBuffer> s) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.awssdk.core.async.SdkPublisher
addTrailingData, buffer, doAfterOnCancel, doAfterOnComplete, doAfterOnError, filter, filter, flatMapIterable, limit, map, subscribe
-
Constructor Details
-
S3ChecksumValidatingPublisher
public S3ChecksumValidatingPublisher(org.reactivestreams.Publisher<ByteBuffer> publisher, SdkChecksum sdkChecksum, long contentLength)
-
-
Method Details
-
subscribe
- Specified by:
subscribe
in interfaceorg.reactivestreams.Publisher<ByteBuffer>
-