Class TrailingDataFramePublisher
- java.lang.Object
-
- software.amazon.awssdk.http.auth.aws.eventstream.internal.io.TrailingDataFramePublisher
-
- All Implemented Interfaces:
org.reactivestreams.Publisher<ByteBuffer>
public final class TrailingDataFramePublisher extends Object implements org.reactivestreams.Publisher<ByteBuffer>
A publisher which wraps a publisher and appends a trailing frame once the wrapped publisher is finished.
-
-
Constructor Summary
Constructors Constructor Description TrailingDataFramePublisher(org.reactivestreams.Publisher<ByteBuffer> publisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber)
-
-
-
Constructor Detail
-
TrailingDataFramePublisher
public TrailingDataFramePublisher(org.reactivestreams.Publisher<ByteBuffer> publisher)
-
-
Method Detail
-
subscribe
public void subscribe(org.reactivestreams.Subscriber<? super ByteBuffer> subscriber)
- Specified by:
subscribein interfaceorg.reactivestreams.Publisher<ByteBuffer>
-
-