Class ExtensionConfigDiscoveryServiceGrpc
java.lang.Object
io.envoyproxy.envoy.service.extension.v3.ExtensionConfigDiscoveryServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.62.2)",
comments="Source: envoy/service/extension/v3/config_discovery.proto")
public final class ExtensionConfigDiscoveryServiceGrpc
extends Object
A service that supports dynamic configuration updates for a specific filter.
Currently, ECDS is supported for network filters, HTTP filters, UDP session filters, and listener filters.
Please check :ref:`Extension Config Discovery Service (ECDS) API <config_overview_extension_discovery>`.
The overall extension config discovery service works as follows:
#. A filter (:ref:`Downstream Network <envoy_v3_api_field_config.listener.v3.Filter.config_discovery>`,
:ref:`Upstream Network <envoy_v3_api_field_config.cluster.v3.Filter.config_discovery>`,
:ref:`Listener <envoy_v3_api_field_config.listener.v3.ListenerFilter.config_discovery>`,
:ref:`UDP Session <envoy_v3_api_field_extensions.filters.udp.udp_proxy.v3.UdpProxyConfig.SessionFilter.config_discovery>`,
or :ref:`HTTP <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.HttpFilter.config_discovery>`)
contains a (:ref:`ExtensionConfigSource config discovery <envoy_v3_api_msg_config.core.v3.ExtensionConfigSource>`) configuration. This configuration
includes a :ref:`config_source <envoy_v3_api_field_config.core.v3.ExtensionConfigSource.config_source>`,
from which the filter configuration will be fetched.
#. The client then registers for a resource using the filter name as the ``resource_name``.
#. The xDS server sends back the filter's configuration.
#. The client stores the configuration that will be used in the next instantiation of the filter chain,
i.e., for the next requests. Whenever an updated filter configuration arrives, it will be taken into
account in the following instantiation of the filter chain.
.. note::
Filters that are configured using ECDS are warmed. For more details see
:ref:`ExtensionConfigSource <envoy_v3_api_msg_config.core.v3.ExtensionConfigSource>`.
Return extension configurations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA service that supports dynamic configuration updates for a specific filter.static final classA stub to allow clients to do synchronous rpc calls to service ExtensionConfigDiscoveryService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ExtensionConfigDiscoveryService.static classBase class for the server implementation of the service ExtensionConfigDiscoveryService.static final classA stub to allow clients to do asynchronous rpc calls to service ExtensionConfigDiscoveryService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getStreamExtensionConfigsMethod
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getStreamExtensionConfigsMethod() -
getDeltaExtensionConfigsMethod
public static io.grpc.MethodDescriptor<DeltaDiscoveryRequest,DeltaDiscoveryResponse> getDeltaExtensionConfigsMethod() -
getFetchExtensionConfigsMethod
public static io.grpc.MethodDescriptor<DiscoveryRequest,DiscoveryResponse> getFetchExtensionConfigsMethod() -
newStub
public static ExtensionConfigDiscoveryServiceGrpc.ExtensionConfigDiscoveryServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ExtensionConfigDiscoveryServiceGrpc.ExtensionConfigDiscoveryServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ExtensionConfigDiscoveryServiceGrpc.ExtensionConfigDiscoveryServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(ExtensionConfigDiscoveryServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-