Uses of Interface
io.helidon.config.spi.PollingStrategy.PollingEvent
-
Packages that use PollingStrategy.PollingEvent 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. -
-
Uses of PollingStrategy.PollingEvent in io.helidon.config.etcd
Methods in io.helidon.config.etcd that return types with arguments of type PollingStrategy.PollingEvent Modifier and Type Method Description Flow.Publisher<PollingStrategy.PollingEvent>
EtcdWatchPollingStrategy. ticks()
-
Uses of PollingStrategy.PollingEvent in io.helidon.config.spi
Methods in io.helidon.config.spi that return PollingStrategy.PollingEvent Modifier and Type Method Description static PollingStrategy.PollingEvent
PollingStrategy.PollingEvent. now()
Creates a new instance ofPollingStrategy.PollingEvent
withInstant.now()
used as its timestamp.Methods in io.helidon.config.spi that return types with arguments of type PollingStrategy.PollingEvent Modifier and Type Method Description Flow.Publisher<PollingStrategy.PollingEvent>
PollingStrategy. ticks()
Returns aFlow.Publisher
which firesPollingStrategy.PollingEvent
s.
-