Uses of Interface
io.helidon.config.spi.ChangeWatcher.ChangeEvent
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Etcd configuration source.
Configuration SPI that defines the behavior developers can implement to extend the config system.
-
Uses of ChangeWatcher.ChangeEvent in io.helidon.config
Modifier and TypeMethodDescriptionvoid
FileSystemWatcher.start
(Path target, Consumer<ChangeWatcher.ChangeEvent<Path>> listener) -
Uses of ChangeWatcher.ChangeEvent in io.helidon.config.etcd
Modifier and TypeMethodDescriptionvoid
EtcdWatcher.start
(EtcdConfigSourceBuilder.EtcdEndpoint endpoint, Consumer<ChangeWatcher.ChangeEvent<EtcdConfigSourceBuilder.EtcdEndpoint>> listener) -
Uses of ChangeWatcher.ChangeEvent in io.helidon.config.spi
Modifier and TypeMethodDescriptionstatic <T> ChangeWatcher.ChangeEvent
<T> ChangeWatcher.ChangeEvent.create
(T target, ChangeEventType type) Create a new change event that occurred right now.static <T> ChangeWatcher.ChangeEvent
<T> ChangeWatcher.ChangeEvent.create
(T target, ChangeEventType type, Instant instant) Create a new change event.Modifier and TypeMethodDescriptionvoid
ChangeWatcher.start
(T target, Consumer<ChangeWatcher.ChangeEvent<T>> listener) Start watching a target for changes.