Interface ClientStreamReadyObserver<V> (2.47.0)

public interface ClientStreamReadyObserver<V>

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

Type Parameter

Name Description
V

Methods

onReady(ClientStream<V> stream)

public abstract void onReady(ClientStream<V> stream)
Parameter
Name Description
stream ClientStream<V>