Uses of Class
io.grpc.stub.ClientCalls.StartableListener
-
Packages that use ClientCalls.StartableListener Package Description io.grpc.stub API for the Stub layer. -
-
Uses of ClientCalls.StartableListener in io.grpc.stub
Subclasses of ClientCalls.StartableListener in io.grpc.stub Modifier and Type Class Description private classClientCalls.BlockingResponseStream.QueuingListenerprivate static classClientCalls.StreamObserverToCallListenerAdapter<ReqT,RespT>private static classClientCalls.UnaryStreamToFuture<RespT>Completes aClientCalls.GrpcFutureusingStreamObserverevents.Fields in io.grpc.stub declared as ClientCalls.StartableListener Modifier and Type Field Description private ClientCalls.StartableListener<T>ClientCalls.BlockingResponseStream. listenerMethods in io.grpc.stub that return ClientCalls.StartableListener Modifier and Type Method Description (package private) ClientCalls.StartableListener<T>ClientCalls.BlockingResponseStream. listener()Methods in io.grpc.stub with parameters of type ClientCalls.StartableListener Modifier and Type Method Description private static <ReqT,RespT>
voidClientCalls. asyncUnaryRequestCall(ClientCall<ReqT,RespT> call, ReqT req, ClientCalls.StartableListener<RespT> responseListener)private static <ReqT,RespT>
voidClientCalls. startCall(ClientCall<ReqT,RespT> call, ClientCalls.StartableListener<RespT> responseListener)
-