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