Package dev.enola.core.proto
Class EnolaServiceGrpc.EnolaServiceImplBase
java.lang.Object
dev.enola.core.proto.EnolaServiceGrpc.EnolaServiceImplBase
- All Implemented Interfaces:
EnolaServiceGrpc.AsyncService,io.grpc.BindableService
- Direct Known Subclasses:
EnolaGrpcService
- Enclosing class:
EnolaServiceGrpc
public abstract static class EnolaServiceGrpc.EnolaServiceImplBase
extends Object
implements io.grpc.BindableService, EnolaServiceGrpc.AsyncService
Base class for the server implementation of the service EnolaService.
This is the API with which Enola clients (such as a CLI or UI) connect.
-
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 dev.enola.core.proto.EnolaServiceGrpc.AsyncService
getFileDescriptorSet, getThing, getThings
-
Constructor Details
-
EnolaServiceImplBase
public EnolaServiceImplBase()
-
-
Method Details
-
bindService
- Specified by:
bindServicein interfaceio.grpc.BindableService
-