Package com.soulfiremc.grpc.generated
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.soulfiremc.grpc.generated.ScriptServiceGrpc.AsyncService
createScript, deleteScript, listScripts, restartScript, updateScript
-
Constructor Details
-
ScriptServiceImplBase
public ScriptServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-