Interface ClientStreamReadyObserver<V> (2.12.2)

public interface ClientStreamReadyObserver<V>

A callback used to report that the ClientStream is ready to send more messages.

Type Parameter

NameDescription
V

Methods

onReady(ClientStream<V> stream)

public abstract void onReady(ClientStream<V> stream)
Parameter
NameDescription
streamClientStream<V>