Package io.envoyproxy.envoy.api.v2
Class RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase
java.lang.Object
io.envoyproxy.envoy.api.v2.RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase
- All Implemented Interfaces:
RouteDiscoveryServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- RouteDiscoveryServiceGrpc
public abstract static class RouteDiscoveryServiceGrpc.RouteDiscoveryServiceImplBase
extends Object
implements io.grpc.BindableService, RouteDiscoveryServiceGrpc.AsyncService
Base class for the server implementation of the service RouteDiscoveryService.
The resource_names field in DiscoveryRequest specifies a route configuration. This allows an Envoy configuration with multiple HTTP listeners (and associated HTTP connection manager filters) to use different route configurations. Each listener will bind its HTTP connection manager filter to a route table via this identifier.
-
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 io.envoyproxy.envoy.api.v2.RouteDiscoveryServiceGrpc.AsyncService
deltaRoutes, fetchRoutes, streamRoutes
-
Constructor Details
-
RouteDiscoveryServiceImplBase
public RouteDiscoveryServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-