Uses of Class
io.helidon.config.spi.ChangeEventType
-
Packages that use ChangeEventType Package Description io.helidon.config.spi Configuration SPI that defines the behavior developers can implement to extend the config system. -
-
Uses of ChangeEventType in io.helidon.config.spi
Methods in io.helidon.config.spi that return ChangeEventType Modifier and Type Method Description ChangeEventType
PollingStrategy.Polled. poll(Instant when)
Poll for changes.ChangeEventType
ChangeWatcher.ChangeEvent. type()
Type of change if available.static ChangeEventType
ChangeEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChangeEventType[]
ChangeEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.config.spi with parameters of type ChangeEventType Modifier and Type Method Description static <T> ChangeWatcher.ChangeEvent<T>
ChangeWatcher.ChangeEvent. create(T target, ChangeEventType type)
static <T> ChangeWatcher.ChangeEvent<T>
ChangeWatcher.ChangeEvent. create(T target, ChangeEventType type, Instant instant)
-