Uses of Class
io.helidon.config.ScheduledPollingStrategy
Packages that use ScheduledPollingStrategy
Package
Description
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
-
Uses of ScheduledPollingStrategy in io.helidon.config
Classes in io.helidon.config that implement interfaces with type arguments of type ScheduledPollingStrategyModifier and TypeClassDescriptionstatic final classA fluent API builder forScheduledPollingStrategy.Methods in io.helidon.config that return ScheduledPollingStrategyModifier and TypeMethodDescriptionScheduledPollingStrategy.Builder.build()static ScheduledPollingStrategyScheduledPollingStrategy.create(ScheduledPollingStrategy.RecurringPolicy recurringPolicy, ScheduledExecutorService executor) Creates a polling strategy with an interval of the polling as a parameter.