Uses of Class
com.swiftmq.impl.streams.comp.timer.IntervalTimer
Packages that use IntervalTimer
-
Uses of IntervalTimer in com.swiftmq.impl.streams.comp.timer
Methods in com.swiftmq.impl.streams.comp.timer that return IntervalTimerModifier and TypeMethodDescriptionIntervalTimer.days(int n) Adds n days to the interval.IntervalTimer.hours(int n) Adds n hours to the interval.TimerBuilder.interval()Creates an IntervalTimer.IntervalTimer.milliseconds(long n) Adds n days to the milliseconds.IntervalTimer.minutes(int n) Adds n minutes to the interval.IntervalTimer.seconds(int n) Adds n seconds to the interval.