It is possible to disable a ConfigSource with configuration, e.g.: hu.icellmobilsoft.coffee.module.etcd.producer.CachedEtcdConfigSource.enabled: false
This information is missing from the adoc documentation. It can be only found in javadoc defined in the following class: hu.icellmobilsoft.coffee.cdi.configsource.ConfigurableConfigSource
There are two ways to set this configuration based on the return value of the following methods:
ConfigurableConfigSource.getClassEnableKey()
ConfigurableConfigSource.getConfigSourceNameKey()
It would be nice to have these thoroughly documented.
It is possible to disable a ConfigSource with configuration, e.g.:
hu.icellmobilsoft.coffee.module.etcd.producer.CachedEtcdConfigSource.enabled: false
This information is missing from the adoc documentation. It can be only found in javadoc defined in the following class:
hu.icellmobilsoft.coffee.cdi.configsource.ConfigurableConfigSource
There are two ways to set this configuration based on the return value of the following methods:
ConfigurableConfigSource.getClassEnableKey()
ConfigurableConfigSource.getConfigSourceNameKey()
It would be nice to have these thoroughly documented.