Package io.envoyproxy.envoy.api.v2
Class ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceImplBase
java.lang.Object
io.envoyproxy.envoy.api.v2.ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceImplBase
- All Implemented Interfaces:
ScopedRoutesDiscoveryServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ScopedRoutesDiscoveryServiceGrpc
public abstract static class ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceImplBase
extends Object
implements io.grpc.BindableService, ScopedRoutesDiscoveryServiceGrpc.AsyncService
Base class for the server implementation of the service ScopedRoutesDiscoveryService.
The Scoped Routes Discovery Service (SRDS) API distributes :ref:`ScopedRouteConfiguration<envoy_api_msg.ScopedRouteConfiguration>` resources. Each ScopedRouteConfiguration resource represents a "routing scope" containing a mapping that allows the HTTP connection manager to dynamically assign a routing table (specified via a :ref:`RouteConfiguration<envoy_api_msg_RouteConfiguration>` message) to each HTTP request.
-
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.ScopedRoutesDiscoveryServiceGrpc.AsyncService
deltaScopedRoutes, fetchScopedRoutes, streamScopedRoutes
-
Constructor Details
-
ScopedRoutesDiscoveryServiceImplBase
public ScopedRoutesDiscoveryServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-