| Interface | Description |
|---|---|
| ConfijReloadHandler<X> |
a handler to be called in case of changes on a specific configuration node.
|
| ConfijReloadNotifier<T> | |
| ConfijReloadStrategy |
| Class | Description |
|---|---|
| ConfijReloadHandler.ReloadEvent<X> |
an event emitted in case a configuration change is detected
|
| ConfijReloadNotifier.AtomicReferenceReloadHandler<X> | |
| ManualReloadStrategy | |
| NeverReloadStrategy | |
| PeriodicReloadStrategy |
Spawns a new thread to reload configuration periodically.
|
| ReloadNotifierImpl<T> |
Keep track of previous configuration values and compares them to new ones (when the source value / config string changes).
|