Class GenderViewServiceGrpc.GenderViewServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    GenderViewServiceGrpc

    public abstract static class GenderViewServiceGrpc.GenderViewServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage gender views.
     
    • Constructor Detail

      • GenderViewServiceImplBase

        public GenderViewServiceImplBase()
    • Method Detail

      • getGenderView

        public void getGenderView​(GetGenderViewRequest request,
                                  io.grpc.stub.StreamObserver<GenderView> responseObserver)
         Returns the requested gender view in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService