-
- All Known Implementing Classes:
WebClientContextPropagationProvider
,WebClientMetricsProvider
,WebClientSecurityProvider
,WebClientTracingProvider
public interface WebClientServiceProvider
Java service loader interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
configKey()
Config key expected underclient.services.config
.WebClientService
create(Config config)
Create a new service instance based on configuration.
-
-
-
Method Detail
-
configKey
String configKey()
Config key expected underclient.services.config
.- Returns:
- name of the configuration node of this service
-
create
WebClientService create(Config config)
Create a new service instance based on configuration.- Parameters:
config
- configuration of this service- Returns:
- a new client service instance
-
-