Package io.grpc.stub

Interface ClientResponseObserver<ReqT,​RespT>

  • All Superinterfaces:
    StreamObserver<RespT>

    public interface ClientResponseObserver<ReqT,​RespT>
    extends StreamObserver<RespT>
    Specialization of StreamObserver implemented by clients in order to interact with the advanced features of a call such as flow-control.