public static final class ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceFutureStub extends io.grpc.stub.AbstractStub<ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceFutureStub>
The Envoy instance initiates an RPC at startup to discover a list of listeners. Updates are delivered via streaming from the LDS server and consist of a complete update of all listeners. Existing connections will be allowed to drain from listeners that are no longer present.
| Modifier and Type | Method and Description |
|---|---|
protected ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<DiscoveryResponse> |
fetchListeners(DiscoveryRequest request) |
protected ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ListenerDiscoveryServiceGrpc.ListenerDiscoveryServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<DiscoveryResponse> fetchListeners(DiscoveryRequest request)
Copyright © 2018–2021 The Envoy Project. All rights reserved.