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