Uses of Enum Class
io.helidon.scheduling.FixedRate.DelayType
Packages that use FixedRate.DelayType
-
Uses of FixedRate.DelayType in io.helidon.scheduling
Methods in io.helidon.scheduling that return FixedRate.DelayTypeModifier and TypeMethodDescriptionFixedRateConfig.BuilderBase.delayType()Configure whether the interval between the invocations should be calculated from the time when previous task started or ended.FixedRateConfig.BuilderBase.FixedRateConfigImpl.delayType()FixedRateConfig.delayType()Configure whether the interval between the invocations should be calculated from the time when previous task started or ended.static FixedRate.DelayTypeReturns the enum constant of this class with the specified name.static FixedRate.DelayType[]FixedRate.DelayType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.scheduling with parameters of type FixedRate.DelayTypeModifier and TypeMethodDescriptionFixedRateConfig.BuilderBase.delayType(FixedRate.DelayType delayType) Configure whether the interval between the invocations should be calculated from the time when previous task started or ended.