Class ScriptServiceGrpc.ScriptServiceImplBase
java.lang.Object
com.soulfiremc.grpc.generated.ScriptServiceGrpc.ScriptServiceImplBase
- All Implemented Interfaces:
ScriptServiceGrpc.AsyncService, io.grpc.BindableService
- Direct Known Subclasses:
ScriptServiceImpl
- Enclosing class:
ScriptServiceGrpc
public abstract static class ScriptServiceGrpc.ScriptServiceImplBase
extends Object
implements io.grpc.BindableService, ScriptServiceGrpc.AsyncService
Base class for the server implementation of the service ScriptService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ScriptServiceGrpc.AsyncService
createScript, deleteScript, listScripts, restartScript, updateScript
-
Constructor Details
-
ScriptServiceImplBase
public ScriptServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-