Class ConnectableBufferOutputStream

java.lang.Object
java.io.OutputStream
io.servicetalk.concurrent.api.internal.ConnectableBufferOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class ConnectableBufferOutputStream extends OutputStream
An OutputStream that can be connected to a sink such that any data written on the OutputStream is eventually emitted to the connected Publisher PublisherSource.Subscriber.