Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.grpc.ServerServiceDefinition bindService()  
      void getExample​(Example.GetExampleRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)  
      void listExample​(Example.GetExampleRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)  
      void someAction​(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleServiceImplBase

        public ExampleServiceImplBase()
    • 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:
        bindService in interface io.grpc.BindableService