Package s2.v1alpha
Class AccountServiceGrpc.AccountServiceImplBase
java.lang.Object
s2.v1alpha.AccountServiceGrpc.AccountServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,AccountServiceGrpc.AsyncService
- Enclosing class:
- AccountServiceGrpc
public abstract static class AccountServiceGrpc.AccountServiceImplBase
extends Object
implements io.grpc.BindableService, AccountServiceGrpc.AsyncService
Base class for the server implementation of the service AccountService.
Operate on an S2 account.
-
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 s2.v1alpha.AccountServiceGrpc.AsyncService
createBasin, deleteBasin, getBasinConfig, listBasins, reconfigureBasin
-
Constructor Details
-
AccountServiceImplBase
public AccountServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-