public interface IClientConfigAware
IClientConfig as the object that carries these configurations
and to define a common interface that components that need this can implement and hence be aware of.| Modifier and Type | Method and Description |
|---|---|
void |
initWithNiwsConfig(IClientConfig clientConfig)
Concrete implementation should implement this method so that the configuration set via
IClientConfig (which in turn were set via Archaius properties) will be taken into consideration |
void initWithNiwsConfig(IClientConfig clientConfig)
IClientConfig (which in turn were set via Archaius properties) will be taken into considerationclientConfig -