Uses of Interface
io.helidon.config.spi.RetryPolicy
Packages that use 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
Classes in io.helidon.config that implement RetryPolicyModifier and TypeClassDescriptionfinal class
A default retry policy implementation withScheduledExecutorService
.Methods in io.helidon.config that return RetryPolicyModifier 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.Methods in io.helidon.config that return types with arguments of type RetryPolicyModifier and TypeMethodDescriptionAbstractSource.retryPolicy()
PrefixedConfigSource.retryPolicy()
Method parameters in io.helidon.config with type arguments of type RetryPolicyModifier and TypeMethodDescriptionAbstractSourceBuilder.retryPolicy
(Supplier<? extends RetryPolicy> policy) -
Uses of RetryPolicy in io.helidon.config.spi
Methods in io.helidon.config.spi that return RetryPolicyMethods in io.helidon.config.spi that return types with arguments of type RetryPolicyModifier and TypeMethodDescriptiondefault Optional<RetryPolicy>
Source.retryPolicy()
Retry policy configured on this config source.Method parameters in io.helidon.config.spi with type arguments of type RetryPolicyModifier and TypeMethodDescriptionSource.Builder.retryPolicy
(Supplier<? extends RetryPolicy> policy) Configure a retry policy to be used with this source.