Class RetrieveServiceGrpc.RetrieveServiceImplBase
- java.lang.Object
-
- cz.o2.proxima.direct.server.rpc.proto.service.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 Summary
Constructors Constructor Description RetrieveServiceImplBase()
-
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.RetrieveServiceGrpc.AsyncService
begin, get, listAttributes, multifetch, scan
-
-