Uses of Interface
io.helidon.config.spi.WatchableSource.Builder
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 WatchableSource.Builder in io.helidon.config
Modifier and TypeClassDescriptionstatic final class
Common ancestor for config source builders, taking care of configurable options understood by the config module.static final class
File ConfigSource Builder.static final class
File OverrideSource Builder.static final class
Url ConfigSource Builder.static final class
Url Override Source Builder. -
Uses of WatchableSource.Builder in io.helidon.config.etcd
-
Uses of WatchableSource.Builder in io.helidon.config.spi
Modifier and TypeInterfaceDescriptionstatic interface
WatchableSource.Builder<B extends WatchableSource.Builder<B,
T>, T> A builder for a watchable source.