Package io.grpc.stub
Class ClientCalls.StartableListener<T>
- java.lang.Object
-
- io.grpc.ClientCall.Listener<T>
-
- io.grpc.stub.ClientCalls.StartableListener<T>
-
- Direct Known Subclasses:
ClientCalls.BlockingResponseStream.QueuingListener
,ClientCalls.StreamObserverToCallListenerAdapter
,ClientCalls.UnaryStreamToFuture
- Enclosing class:
- ClientCalls
private abstract static class ClientCalls.StartableListener<T> extends ClientCall.Listener<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
StartableListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract void
onStart()
-
Methods inherited from class io.grpc.ClientCall.Listener
onClose, onHeaders, onMessage, onReady
-
-