Uses of Interface
io.helidon.config.spi.PollableSource.Builder
Packages that use PollableSource.Builder
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Etcd configuration source.
Git configuration source.
Configuration SPI that defines the behavior developers can implement to extend the config system.
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.Builder in io.helidon.config
Classes in io.helidon.config that implement PollableSource.BuilderModifier and TypeClassDescriptionstatic final classA fluent API builder forConfigSources.SystemPropertiesConfigSource.static final classA fluent API builder forDirectoryConfigSource.static final classFile ConfigSource Builder.static final classFile OverrideSource Builder.static final classFluent API builder forMapConfigSource.static classMapConfigSource.MapBuilder<T extends MapConfigSource.MapBuilder<T>>An abstract fluent API builder forMapConfigSource.static final classUrl ConfigSource Builder.static final classUrl Override Source Builder. -
Uses of PollableSource.Builder in io.helidon.config.etcd
Classes in io.helidon.config.etcd that implement PollableSource.Builder -
Uses of PollableSource.Builder in io.helidon.config.git
Classes in io.helidon.config.git that implement PollableSource.Builder -
Uses of PollableSource.Builder in io.helidon.config.spi
Classes in io.helidon.config.spi with type parameters of type PollableSource.BuilderModifier and TypeInterfaceDescriptionstatic interfacePollableSource.Builder<T extends PollableSource.Builder<T>>A builder for pollable source. -
Uses of PollableSource.Builder in io.helidon.integrations.oci.secrets.configsource
Classes in io.helidon.integrations.oci.secrets.configsource that implement PollableSource.BuilderModifier and TypeClassDescriptionstatic final classAnAbstractConfigSourceBuilderandPollableSource.Builderthat buildsSecretBundleNodeConfigSourceinstances.