Class IngestServiceGrpc.IngestServiceImplBase
- java.lang.Object
-
- cz.o2.proxima.direct.server.rpc.proto.service.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 Summary
Constructors Constructor Description IngestServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.direct.server.rpc.proto.service.IngestServiceGrpc.AsyncService
commit, ingest, ingestBulk, ingestSingle
-
-