| Package | Description |
|---|---|
| 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 | Description |
|---|---|---|
Flow.Publisher<PollingStrategy.PollingEvent> |
EtcdWatchPollingStrategy.ticks() |
| Modifier and Type | Method | Description |
|---|---|---|
static PollingStrategy.PollingEvent |
PollingStrategy.PollingEvent.now() |
Creates a new instance of
PollingStrategy.PollingEvent with
Instant.now() used as its timestamp. |
| Modifier and Type | Method | Description |
|---|---|---|
Flow.Publisher<PollingStrategy.PollingEvent> |
PollingStrategy.ticks() |
Returns a
Flow.Publisher which fires PollingStrategy.PollingEvents. |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.