| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RetryPolicy |
RetryPolicies.Builder.build()
Builds a new execute policy.
|
RetryPolicy |
RetryPolicies.Builder.get() |
static RetryPolicy |
RetryPolicies.justCall()
An implementation that invokes the requested method just once, without any execute.
|
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicy |
RetryPolicy.create(Config metaConfig)
Constructs a
RetryPolicy from meta-configuration. |
default RetryPolicy |
RetryPolicy.get() |
protected RetryPolicy |
AbstractSource.Builder.retryPolicy()
Retry policy configured in this builder.
|
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractSource.Builder.retryPolicy(Supplier<RetryPolicy> retryPolicySupplier)
Sets a supplier of
RetryPolicy that will be responsible for invocation of AbstractSource.load(). |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.