public static interface TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface
| Modifier and Type | Method and Description |
|---|---|
TestProtos.EchoResponseProto |
echo(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request) |
TestProtos.EmptyResponseProto |
error(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request) |
TestProtos.EmptyResponseProto |
ping(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request) |
TestProtos.EmptyResponseProto ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceExceptionTestProtos.EchoResponseProto echo(com.google.protobuf.RpcController controller, TestProtos.EchoRequestProto request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceExceptionTestProtos.EmptyResponseProto error(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request) throws com.google.protobuf.ServiceException
com.google.protobuf.ServiceException