Class ExampleServiceGrpc.ExampleServiceImplBase
- java.lang.Object
-
- io.github.majusko.grpc.apm.interceptor.proto.ExampleServiceGrpc.ExampleServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ExampleServiceGrpc
public abstract static class ExampleServiceGrpc.ExampleServiceImplBase extends java.lang.Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description ExampleServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()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)
-
-
-
Method Detail
-
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)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-