Class XdsClusterServiceGrpc.XdsClusterServiceImplBase
java.lang.Object
com.linecorp.centraldogma.xds.cluster.v1.XdsClusterServiceGrpc.XdsClusterServiceImplBase
- All Implemented Interfaces:
XdsClusterServiceGrpc.AsyncService, io.grpc.BindableService
- Direct Known Subclasses:
XdsClusterService
- Enclosing class:
XdsClusterServiceGrpc
public abstract static class XdsClusterServiceGrpc.XdsClusterServiceImplBase
extends Object
implements io.grpc.BindableService, XdsClusterServiceGrpc.AsyncService
Base class for the server implementation of the service XdsClusterService.
An XdsClusterService provides methods to manage clusters.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XdsClusterServiceGrpc.AsyncService
createCluster, deleteCluster, updateCluster
-
Constructor Details
-
XdsClusterServiceImplBase
public XdsClusterServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-