Package com.soulfiremc.grpc.generated
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.soulfiremc.grpc.generated.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:
bindService
in interfaceio.grpc.BindableService
-