Class IngestServiceGrpc.IngestServiceImplBase

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

    public abstract static class IngestServiceGrpc.IngestServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService, IngestServiceGrpc.AsyncService
    Base class for the server implementation of the service IngestService.
    
     Ingest service serves as data entry point. All data
     is sent to the system via this endpoint.
     
    • Constructor Detail

      • IngestServiceImplBase

        public IngestServiceImplBase()
    • Method Detail

      • bindService

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