Class InstanceServiceGrpc.InstanceServiceImplBase
java.lang.Object
com.soulfiremc.grpc.generated.InstanceServiceGrpc.InstanceServiceImplBase
- All Implemented Interfaces:
InstanceServiceGrpc.AsyncService, io.grpc.BindableService
- Direct Known Subclasses:
InstanceServiceImpl
- Enclosing class:
InstanceServiceGrpc
public abstract static class InstanceServiceGrpc.InstanceServiceImplBase
extends Object
implements io.grpc.BindableService, InstanceServiceGrpc.AsyncService
Base class for the server implementation of the service InstanceService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InstanceServiceGrpc.AsyncService
changeInstanceState, createInstance, deleteInstance, getAuditLog, getInstanceInfo, listInstances, updateInstanceConfig, updateInstanceMeta
-
Constructor Details
-
InstanceServiceImplBase
public InstanceServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-