Uses of Interface
io.helidon.config.spi.PollingStrategy
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 PollingStrategy in io.helidon.config
Modifier and TypeClassDescriptionfinal class
A strategy which allows the user to schedule periodically fired polling event.Modifier and TypeMethodDescriptionPollingStrategies.ScheduledBuilder.build()
Builds a new polling strategy.PollingStrategies.ScheduledBuilder.get()
static PollingStrategy
PollingStrategies.nop()
Provides a default polling strategy that does not fire an event at all.static PollingStrategy
MetaConfig.pollingStrategy
(Config metaConfig) Load a polling strategy based on its meta configuration.Modifier and TypeMethodDescriptionprotected Optional
<PollingStrategy> AbstractSource.pollingStrategy()
A polling strategy of this source, if it implementsPollableSource
and has one configured.DirectoryConfigSource.pollingStrategy()
FileConfigSource.pollingStrategy()
FileOverrideSource.pollingStrategy()
MapConfigSource.pollingStrategy()
UrlConfigSource.pollingStrategy()
UrlOverrideSource.pollingStrategy()
Modifier and TypeMethodDescriptionprotected B
AbstractSourceBuilder.pollingStrategy
(PollingStrategy pollingStrategy) Configure a polling strategy.DirectoryConfigSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy) FileConfigSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy) FileOverrideSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy) MapConfigSource.MapBuilder.pollingStrategy
(PollingStrategy pollingStrategy) UrlConfigSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy) UrlOverrideSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy) -
Uses of PollingStrategy in io.helidon.config.etcd
Modifier and TypeMethodDescriptionEtcdConfigSourceBuilder.pollingStrategy
(PollingStrategy pollingStrategy) -
Uses of PollingStrategy in io.helidon.config.git
Modifier and TypeMethodDescriptionGitConfigSourceBuilder.pollingStrategy
(PollingStrategy pollingStrategy) -
Uses of PollingStrategy in io.helidon.config.spi
Modifier and TypeMethodDescriptionPollableSource.pollingStrategy()
If a polling strategy is configured with this source, return it.Modifier and TypeMethodDescriptionPollableSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy) Configure the polling strategy to use.Modifier and TypeMethodDescriptiondefault T
PollableSource.Builder.pollingStrategy
(Supplier<? extends PollingStrategy> pollingStrategy) Configure the polling strategy to use. -
Uses of PollingStrategy in io.helidon.integrations.oci.secrets.configsource
Modifier and TypeMethodDescriptionSecretBundleNodeConfigSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy) Sets thePollingStrategy
for use by thisSecretBundleNodeConfigSource.Builder
.