Uses of Interface
io.helidon.config.spi.PollableSource
Packages that use PollableSource
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Etcd configuration source.
Git configuration source.
Provides classes and interfaces for using the Oracle Cloud Infrastructure (OCI) Secrets
Retrieval and Vault APIs
as part of a ConfigSourceProvider implementation.
-
Uses of PollableSource in io.helidon.config
Classes in io.helidon.config that implement PollableSourceModifier and TypeClassDescriptionstatic final class
System properties config source.class
ConfigSource
implementation that loads configuration content from a directory on a filesystem.class
ConfigSource
implementation that loads configuration content from a file on a filesystem.final class
OverrideSource
implementation that loads override definitions from a file on a filesystem.class
ConfigSource
implementation based onMap<String, String>
.final class
ConfigSource
implementation that loads configuration content from specified endpoint URL.class
OverrideSource
implementation that loads configuration override content from specified endpoint URL. -
Uses of PollableSource in io.helidon.config.etcd
Classes in io.helidon.config.etcd that implement PollableSourceModifier and TypeClassDescriptionclass
A config source which loads a configuration document from Etcd. -
Uses of PollableSource in io.helidon.config.git
Classes in io.helidon.config.git that implement PollableSourceModifier and TypeClassDescriptionclass
A config source which loads a configuration document from Git repository. -
Uses of PollableSource in io.helidon.integrations.oci.secrets.configsource
Classes in io.helidon.integrations.oci.secrets.configsource that implement PollableSourceModifier and TypeClassDescriptionfinal class
AnAbstractConfigSource
,NodeConfigSource
andPollableSource
implementation that sources its values from the Oracle Cloud Infrastructure (OCI) Secrets Retrieval and Vault APIs.