Package com.buildless.service.v1
Class ClientConfigGrpc.ClientConfigImplBase
java.lang.Object
com.buildless.service.v1.ClientConfigGrpc.ClientConfigImplBase
- All Implemented Interfaces:
ClientConfigGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
ClientConfigGrpc
public abstract static class ClientConfigGrpc.ClientConfigImplBase
extends Object
implements io.grpc.BindableService, ClientConfigGrpc.AsyncService
Base class for the server implementation of the service ClientConfig.
Defines the API surface for methods which are provided to Buildless clients, SDKs, and tools. This service is used for things like checking configurations & credentials, performing login flows, and client-side routing and balancing.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.buildless.service.v1.ClientConfigGrpc.AsyncService
clientConfig, credentialsActivate, credentialsCheck
-
Constructor Details
-
ClientConfigImplBase
public ClientConfigImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-