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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ServerServiceGrpc.AsyncService
getServerInfo, updateServerConfig
-
Constructor Details
-
ServerServiceImplBase
public ServerServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-