Class ExampleServiceGrpc.ExampleServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceBlockingStub>
-
- io.github.majusko.grpc.apm.interceptor.proto.ExampleServiceGrpc.ExampleServiceBlockingStub
-
- Enclosing class:
- ExampleServiceGrpc
public static final class ExampleServiceGrpc.ExampleServiceBlockingStub extends io.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExampleServiceGrpc.ExampleServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.protobuf.EmptygetExample(Example.GetExampleRequest request)com.google.protobuf.EmptylistExample(Example.GetExampleRequest request)com.google.protobuf.EmptysomeAction(com.google.protobuf.Empty request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected ExampleServiceGrpc.ExampleServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceBlockingStub>
-
getExample
public com.google.protobuf.Empty getExample(Example.GetExampleRequest request)
-
listExample
public com.google.protobuf.Empty listExample(Example.GetExampleRequest request)
-
someAction
public com.google.protobuf.Empty someAction(com.google.protobuf.Empty request)
-
-