| Class | Description |
|---|---|
| ConfigReloadAutoConfiguration |
Definition of beans needed for the automatic reload of configuration.
|
| ConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans |
Configuration reload must be enabled explicitly.
|
| ConfigReloadProperties |
General configuration for the configuration reload.
|
| ConfigurationChangeDetector |
This is the superclass of all beans that can listen to changes in the configuration and fire a reload.
|
| ConfigurationUpdateStrategy |
This is the superclass of all named strategies that can be fired when the configuration changes.
|
| EventBasedConfigurationChangeDetector |
A change detector that subscribes to changes in secrets and configmaps and fire a reload when something changes.
|
| PollingConfigurationChangeDetector |
A change detector that periodically retrieves secrets and configmaps and fire a reload when something changes.
|
| Enum | Description |
|---|---|
| ConfigReloadProperties.ReloadDetectionMode | |
| ConfigReloadProperties.ReloadStrategy |
Copyright © 2016 Red Hat. All rights reserved.