Class ConnectablePayloadWriter<T>

java.lang.Object
io.servicetalk.concurrent.api.internal.ConnectablePayloadWriter<T>
Type Parameters:
T - The type of data for the PayloadWriter.
All Implemented Interfaces:
PayloadWriter<T>, Closeable, Flushable, AutoCloseable

public final class ConnectablePayloadWriter<T> extends Object implements PayloadWriter<T>
A PayloadWriter that can be connected to a sink such that any data written on the PayloadWriter is eventually emitted to the connected Publisher PublisherSource.Subscriber.