Package io.helidon.webclient.telemetry
Class WebClientTelemetryProvider
java.lang.Object
io.helidon.webclient.telemetry.WebClientTelemetryProvider
- All Implemented Interfaces:
ConfiguredProvider<WebClientService>,ConfiguredProvider<WebClientService>,WebClientServiceProvider
Provider for a grouping service which gathers telemetry-related webclient services.
-
Constructor Details
-
WebClientTelemetryProvider
Deprecated.For service loader use only.
-
-
Method Details
-
configKey
Description copied from interface:ConfiguredProviderKey this service implementation is stored under. This is also considered the service "type" when used in a list in configuration, to allow the same service defined more than once.- Specified by:
configKeyin interfaceConfiguredProvider<WebClientService>- Specified by:
configKeyin interfaceConfiguredProvider<WebClientService>- Returns:
- key of this implementation
-
create
Description copied from interface:ConfiguredProviderCreate a new instance from the configuration located on the provided node.API Note: the default method implementation is provided for backward compatibility and will be removed in the next major version
- Specified by:
createin interfaceConfiguredProvider<WebClientService>- Parameters:
config- located atConfiguredProvider.configKey()nodename- name of the configured implementation- Returns:
- a new instance created from this config node
-