| 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 and Description |
|---|---|
Flow.Publisher<PollingStrategy.PollingEvent> |
EtcdWatchPollingStrategy.ticks() |
| Modifier and Type | Method and 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 and Description |
|---|---|
Flow.Publisher<PollingStrategy.PollingEvent> |
PollingStrategy.ticks()
Returns a
Flow.Publisher which fires PollingStrategy.PollingEvents. |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.