Interface ClientConnectionConfigProvider
- All Known Implementing Classes:
ClientConnectionConfigPathParser,ClientConnectionConfigProviderDefault
public interface ClientConnectionConfigProvider
Provider for
ClientConnectionConfig.-
Method Details
-
get
Loads theconfig.- Returns:
- the config
- Throws:
IOException- if an IO exception occurs while loading the configClientConnectionConfigProvider.ProviderException- if a parsing exception occurs while processing the config
-
toProperties
Get the properties of the provider. Useful for passing along the bootstrapped configuration information, for example, from dispatcher to worker.- Returns:
- the properties of the provider
- Throws:
ClientConnectionConfigProvider.ProviderException- if a parsing exception occurs while processing the config
-
loadProvider
Loads theprovider.- Returns:
- the provider
-
getConfigServiceFullServicePath
-
describe
String describe()Describe this provider, for use in logging.- Returns:
- String describing this provider
-