Uses of Class
io.helidon.scheduling.FixedRateConfig.Builder
Packages that use FixedRateConfig.Builder
-
Uses of FixedRateConfig.Builder in io.helidon.scheduling
Subclasses with type arguments of type FixedRateConfig.Builder in io.helidon.schedulingClasses in io.helidon.scheduling that implement interfaces with type arguments of type FixedRateConfig.BuilderMethods in io.helidon.scheduling that return FixedRateConfig.BuilderModifier and TypeMethodDescriptionstatic FixedRateConfig.BuilderFixedRate.builder()Create a new fluent API builder to build a fixed rate task.static FixedRateConfig.BuilderFixedRateConfig.builder()Create a new fluent API builder to customize configuration.static FixedRateConfig.BuilderFixedRateConfig.builder(FixedRateConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.scheduling with type arguments of type FixedRateConfig.BuilderModifier and TypeMethodDescriptionstatic FixedRateFixedRate.create(Consumer<FixedRateConfig.Builder> configConsumer) Create a fixed rate task from configuration.