Package io.grpc.stub

Interface ServerCalls.UnaryMethod<ReqT,RespT>

Enclosing class:
ServerCalls

public static interface ServerCalls.UnaryMethod<ReqT,RespT>
Adaptor to a unary call method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(ReqT request, StreamObserver<RespT> responseObserver)