Uses of Interface
io.helidon.config.spi.RetryPolicy
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Configuration SPI that defines the behavior developers can implement to extend the config system.
-
Uses of RetryPolicy in io.helidon.config
Modifier and TypeClassDescriptionfinal class
A default retry policy implementation withScheduledExecutorService
.Modifier and TypeMethodDescriptionstatic RetryPolicy
RetryPolicies.justCall()
An implementation that invokes the requested method just once, without any execute.static RetryPolicy
MetaConfig.retryPolicy
(Config metaConfig) Load a retry policy based on its meta configuration.Modifier and TypeMethodDescriptionAbstractSource.retryPolicy()
PrefixedConfigSource.retryPolicy()
Modifier and TypeMethodDescriptionAbstractSourceBuilder.retryPolicy
(Supplier<? extends RetryPolicy> policy) -
Uses of RetryPolicy in io.helidon.config.spi
Modifier and TypeMethodDescriptiondefault Optional
<RetryPolicy> Source.retryPolicy()
Retry policy configured on this config source.Modifier and TypeMethodDescriptionSource.Builder.retryPolicy
(Supplier<? extends RetryPolicy> policy) Configure a retry policy to be used with this source.