| 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 | 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 | Description |
|---|---|---|
static RetryPolicy |
RetryPolicy.from(Config metaConfig) |
Constructs a
RetryPolicy from meta-configuration. |
default RetryPolicy |
RetryPolicy.get() |
|
protected RetryPolicy |
AbstractSource.Builder.getRetryPolicy() |
| Modifier and Type | Method | Description |
|---|---|---|
B |
AbstractSource.Builder.retryPolicy(java.util.function.Supplier<RetryPolicy> retryPolicySupplier) |
Sets a supplier of
RetryPolicy that will be responsible for invocation of AbstractSource.load(). |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.