| Package | Description |
|---|---|
| io.helidon.config |
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
|
| io.helidon.config.etcd |
Etcd configuration source.
|
| io.helidon.config.spi |
Configuration SPI that defines the behavior developers can implement to extend the config system.
|
| Modifier and Type | Method and Description |
|---|---|
PollingStrategy |
PollingStrategies.FilesystemWatchBuilder.build()
Builds a new polling strategy.
|
PollingStrategy |
PollingStrategies.ScheduledBuilder.build()
Builds a new polling strategy.
|
PollingStrategy |
PollingStrategies.FilesystemWatchBuilder.get() |
PollingStrategy |
PollingStrategies.ScheduledBuilder.get() |
static PollingStrategy |
PollingStrategies.nop()
Provides a default polling strategy that does not fire an event at all.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdWatchPollingStrategy
Etcd watch strategy is based on etcd watch operation.
|
| Modifier and Type | Method and Description |
|---|---|
default PollingStrategy |
PollingStrategy.get() |
protected PollingStrategy |
AbstractSource.Builder.getPollingStrategy()
Returns polling-strategy property.
|
| Modifier and Type | Method and Description |
|---|---|
B |
AbstractSource.Builder.pollingStrategy(java.util.function.Function<T,java.util.function.Supplier<PollingStrategy>> pollingStrategyProvider)
Sets the polling strategy that accepts key source attributes.
|
B |
AbstractSource.Builder.pollingStrategy(java.util.function.Supplier<PollingStrategy> pollingStrategySupplier)
Sets a polling strategy.
|
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.