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