Uses of Interface
com.google.api.gax.rpc.ResponseObserver
-
Packages that use ResponseObserver Package Description com.google.api.gax.rpc com.google.api.gax.tracing -
-
Uses of ResponseObserver in com.google.api.gax.rpc
Subinterfaces of ResponseObserver in com.google.api.gax.rpc Modifier and Type Interface Description interfaceBidiStreamObserver<RequestT,ResponseT>Classes in com.google.api.gax.rpc that implement ResponseObserver Modifier and Type Class Description classStateCheckingResponseObserver<V>Base implementation ofResponseObserverthat performs state sanity checks.Methods in com.google.api.gax.rpc that return ResponseObserver Modifier and Type Method Description <ResponseT>
ResponseObserver<ResponseT>Watchdog. watch(ResponseObserver<ResponseT> innerObserver, org.threeten.bp.Duration waitTimeout, org.threeten.bp.Duration idleTimeout)Wraps the target observer with timing constraints.Methods in com.google.api.gax.rpc with parameters of type ResponseObserver Modifier and Type Method Description voidServerStreamingCallable. call(RequestT request, ResponseObserver<ResponseT> responseObserver)Conduct a server streaming callabstract voidServerStreamingCallable. call(RequestT request, ResponseObserver<ResponseT> responseObserver, ApiCallContext context)Conduct a server streaming call with the givenApiCallContext.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.<ResponseT>
ResponseObserver<ResponseT>Watchdog. watch(ResponseObserver<ResponseT> innerObserver, org.threeten.bp.Duration waitTimeout, org.threeten.bp.Duration idleTimeout)Wraps the target observer with timing constraints. -
Uses of ResponseObserver in com.google.api.gax.tracing
Methods in com.google.api.gax.tracing with parameters of type ResponseObserver Modifier and Type Method Description voidTracedServerStreamingCallable. call(RequestT request, ResponseObserver<ResponseT> responseObserver, ApiCallContext context)ClientStream<RequestT>TracedBidiCallable. internalCall(ResponseObserver<ResponseT> responseObserver, ClientStreamReadyObserver<RequestT> onReady, ApiCallContext context)
-