Uses of Interface
io.helidon.config.spi.RetryPolicy
- 
Packages that use RetryPolicy Package Description io.helidon.config Provides interfaces and classes for loading and working with immutable, tree-structured configuration data.io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system.
- 
- 
Uses of RetryPolicy in io.helidon.configMethods in io.helidon.config that return RetryPolicy Modifier and Type Method Description RetryPolicyRetryPolicies.Builder. build()Builds a new execute policy.RetryPolicyRetryPolicies.Builder. get()static RetryPolicyRetryPolicies. justCall()An implementation that invokes the requested method just once, without any execute.
- 
Uses of RetryPolicy in io.helidon.config.spiMethods in io.helidon.config.spi that return RetryPolicy Modifier and Type Method Description static RetryPolicyRetryPolicy. create(Config metaConfig)Constructs aRetryPolicyfrom meta-configuration.default RetryPolicyRetryPolicy. get()protected RetryPolicyAbstractSource.Builder. retryPolicy()Retry policy configured in this builder.Method parameters in io.helidon.config.spi with type arguments of type RetryPolicy Modifier and Type Method Description BAbstractSource.Builder. retryPolicy(Supplier<RetryPolicy> retryPolicySupplier)Sets a supplier ofRetryPolicythat will be responsible for invocation ofAbstractSource.load().
 
-