Uses of Class
io.helidon.config.FileSystemWatcher.Builder
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of FileSystemWatcher.Builder in io.helidon.config
Modifier and TypeMethodDescriptionFileSystemWatcher.Builder.addWatchServiceModifier
(WatchEvent.Modifier modifier) Add a modifier of the watch service.static FileSystemWatcher.Builder
FileSystemWatcher.builder()
Fluent API builder forFileSystemWatcher
.Update this builder from meta configuration.Configure a delay between schedules.FileSystemWatcher.Builder.executor
(ScheduledExecutorService executor) Executor to use for this watcher.FileSystemWatcher.Builder.initialDelay
(Duration initialDelay) Configure an initial delay before regular scheduling starts.Deprecated.FileSystemWatcher.Builder.watchServiceModifiers
(List<WatchEvent.Modifier> modifiers) Set modifiers to use for the watch service.
initialDelay(Duration)
anddelay(Duration)
instead