Uses of Interface
com.google.api.gax.rpc.ClientStream
-
Packages that use ClientStream Package Description com.google.api.gax.rpc com.google.api.gax.tracing -
-
Uses of ClientStream in com.google.api.gax.rpc
Classes in com.google.api.gax.rpc that implement ClientStream Modifier and Type Class Description classBidiStream<RequestT,ResponseT>A wrapper around a bidirectional stream.Methods in com.google.api.gax.rpc that return ClientStream Modifier and Type Method Description abstract ClientStream<RequestT>BidiStreamingCallable. internalCall(ResponseObserver<ResponseT> responseObserver, ClientStreamReadyObserver<RequestT> onReady, ApiCallContext context)The "base" method from which other forms ofcalls are derived.ClientStream<RequestT>BidiStreamingCallable. splitCall(ResponseObserver<ResponseT> responseObserver)Send requests to the server and listens to responses.ClientStream<RequestT>BidiStreamingCallable. splitCall(ResponseObserver<ResponseT> responseObserver, ApiCallContext context)Send requests to the server and listens to responses.Methods in com.google.api.gax.rpc with parameters of type ClientStream Modifier and Type Method Description voidClientStreamReadyObserver. onReady(ClientStream<V> stream) -
Uses of ClientStream in com.google.api.gax.tracing
Methods in com.google.api.gax.tracing that return ClientStream Modifier and Type Method Description ClientStream<RequestT>TracedBidiCallable. internalCall(ResponseObserver<ResponseT> responseObserver, ClientStreamReadyObserver<RequestT> onReady, ApiCallContext context)
-