public class ReloadableConfig<T> extends TimeTriggeredReloadable<T>
| Constructor and Description |
|---|
ReloadableConfig(java.util.List<java.io.File> scannedFiles,
java.time.Duration checkInterval,
io.vavr.Function1<java.util.Optional<T>,TransformationResult<T>> transformConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleTimeTrigger(java.time.Instant now) |
addParent, notifyChanged, propagatingTicks, updateCurrentValueWithTransformedcompose, compose, compose, compose, compose, compose, compose, compose, currentValue, map, map, updateCurrentValueaddWeakObserver, notifyObserverspublic ReloadableConfig(java.util.List<java.io.File> scannedFiles,
java.time.Duration checkInterval,
io.vavr.Function1<java.util.Optional<T>,TransformationResult<T>> transformConfig)
protected void handleTimeTrigger(java.time.Instant now)
handleTimeTrigger in class TimeTriggeredReloadable<T>