Class RetrieveServiceGrpc.RetrieveServiceImplBase

  • All Implemented Interfaces:
    RetrieveServiceGrpc.AsyncService, io.grpc.BindableService
    Direct Known Subclasses:
    RetrieveService
    Enclosing class:
    RetrieveServiceGrpc

    public abstract static class RetrieveServiceGrpc.RetrieveServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, RetrieveServiceGrpc.AsyncService
    Base class for the server implementation of the service RetrieveService.
    
     Service that serves for retrieving data from the system
     (via stream or random access calls).
     
    • Constructor Detail

      • RetrieveServiceImplBase

        public RetrieveServiceImplBase()
    • Method Detail

      • bindService

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