Package ch.kk7.confij.pipeline.reload
-
Interface Summary Interface Description ConfijReloadHandler<X> a handler to be called in case of changes on a specific configuration node.ConfijReloadNotifier<T> ConfijReloadStrategy -
Class Summary Class Description ConfijReloadHandler.ReloadEvent<X> an event emitted in case a configuration change is detectedConfijReloadNotifier.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).