Package api
Class QueueServiceGrpc.QueueServiceImplBase
- java.lang.Object
-
- api.QueueServiceGrpc.QueueServiceImplBase
-
- All Implemented Interfaces:
QueueServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- QueueServiceGrpc
public abstract static class QueueServiceGrpc.QueueServiceImplBase extends Object implements io.grpc.BindableService, QueueServiceGrpc.AsyncService
Base class for the server implementation of the service QueueService.
-
-
Constructor Summary
Constructors Constructor Description QueueServiceImplBase()
-
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 api.QueueServiceGrpc.AsyncService
cancelOnQueue, cordonQueue, createQueue, createQueues, deleteQueue, getQueue, getQueues, preemptOnQueue, uncordonQueue, updateQueue, updateQueues
-
-