Module io.helidon.webclient.metrics
Package io.helidon.webclient.metrics
Class WebClientMetricsProvider
java.lang.Object
io.helidon.webclient.metrics.WebClientMetricsProvider
- All Implemented Interfaces:
ConfiguredProvider<WebClientService>
,WebClientServiceProvider
@Deprecated
public class WebClientMetricsProvider
extends Object
implements WebClientServiceProvider
Deprecated.
Client metrics SPI provider implementation.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WebClientMetricsProvider
Deprecated.This class should only be used viaServiceLoader
.Required public constructor.
-
-
Method Details
-
configKey
Deprecated.Description copied from interface:ConfiguredProvider
Key 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:
configKey
in interfaceConfiguredProvider<WebClientService>
- Returns:
- key of this implementation
-
create
Deprecated.Description copied from interface:ConfiguredProvider
Create a new instance from the configuration located on the provided node.- Specified by:
create
in interfaceConfiguredProvider<WebClientService>
- Parameters:
config
- located atConfiguredProvider.configKey()
nodename
- name of the configured implementation- Returns:
- a new instance created from this config node
-
ServiceLoader
. UseWebClientMetrics
instead