public static final class ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub extends io.grpc.stub.AbstractStub<ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub>
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_config.route.v3.RouteConfiguration>` message) to each HTTP request.
| Modifier and Type | Method and Description |
|---|---|
protected ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<DiscoveryResponse> |
fetchScopedRoutes(DiscoveryRequest request) |
protected ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<DiscoveryResponse> fetchScopedRoutes(DiscoveryRequest request)
Copyright © 2018–2021 The Envoy Project. All rights reserved.