Interface SendStream<S>

All Superinterfaces:
AutoCloseable, BaseStream
All Known Subinterfaces:
BidiStream<S,R>
All Known Implementing Classes:
RpcStreamImpl, StreamProxy

public interface SendStream<S> extends BaseStream