Package io.envoyproxy.envoy.api.v2
Class ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub>
-
- io.envoyproxy.envoy.api.v2.ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub
-
- Enclosing class:
- ScopedRoutesDiscoveryServiceGrpc
public static final class ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub extends io.grpc.stub.AbstractFutureStub<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_RouteConfiguration>` message) to each HTTP request.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<DiscoveryResponse>fetchScopedRoutes(DiscoveryRequest request)
-
-
-
Method Detail
-
build
protected ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ScopedRoutesDiscoveryServiceGrpc.ScopedRoutesDiscoveryServiceFutureStub>
-
fetchScopedRoutes
public com.google.common.util.concurrent.ListenableFuture<DiscoveryResponse> fetchScopedRoutes(DiscoveryRequest request)
-
-