Package com.soulfiremc.grpc.generated
Class ServerServiceGrpc.ServerServiceImplBase
java.lang.Object
com.soulfiremc.grpc.generated.ServerServiceGrpc.ServerServiceImplBase
- All Implemented Interfaces:
ServerServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
ServerServiceImpl
- Enclosing class:
ServerServiceGrpc
public abstract static class ServerServiceGrpc.ServerServiceImplBase
extends Object
implements io.grpc.BindableService, ServerServiceGrpc.AsyncService
Base class for the server implementation of the service ServerService.
-
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.ServerServiceGrpc.AsyncService
getServerInfo, updateServerConfig
-
Constructor Details
-
ServerServiceImplBase
public ServerServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-