Uses of Enum Class
io.helidon.config.spi.ChangeEventType
Package
Description
Configuration SPI that defines the behavior developers can implement to extend the config system.
-
Uses of ChangeEventType in io.helidon.config.spi
Modifier and TypeMethodDescriptionPoll for changes.ChangeWatcher.ChangeEvent.type()
Type of change if available.static ChangeEventType
Returns the enum constant of this class with the specified name.static ChangeEventType[]
ChangeEventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T> ChangeWatcher.ChangeEvent<T>
ChangeWatcher.ChangeEvent.create
(T target, ChangeEventType type) Create a new change event that occurred right now.static <T> ChangeWatcher.ChangeEvent<T>
ChangeWatcher.ChangeEvent.create
(T target, ChangeEventType type, Instant instant) Create a new change event.