Package atessera.sensei.grpc
Class ControlGrpc.ControlImplBase
java.lang.Object
atessera.sensei.grpc.ControlGrpc.ControlImplBase
- All Implemented Interfaces:
ControlGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
ControlGrpc
public abstract static class ControlGrpc.ControlImplBase
extends Object
implements io.grpc.BindableService, ControlGrpc.AsyncService
Base class for the server implementation of the service Control.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface atessera.sensei.grpc.ControlGrpc.AsyncService
addStudent, deleteStudent, getStudents, resumeStudent, suspendStudent, terminate, updateStudent
-
Constructor Details
-
ControlImplBase
public ControlImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-