Interface ClientStreamReadyObserver<V> (2.19.2)

Stay organized with collections Save and categorize content based on your preferences.
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>