Class ExampleServiceGrpc.ExampleServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceStub>
-
- io.github.majusko.grpc.apm.interceptor.proto.ExampleServiceGrpc.ExampleServiceStub
-
- Enclosing class:
- ExampleServiceGrpc
public static final class ExampleServiceGrpc.ExampleServiceStub extends io.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExampleServiceGrpc.ExampleServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetExample(Example.GetExampleRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)voidlistExample(Example.GetExampleRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)voidsomeAction(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)-
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.ExampleServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceStub>
-
getExample
public void getExample(Example.GetExampleRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
-
listExample
public void listExample(Example.GetExampleRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
-
someAction
public void someAction(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
-
-