Uses of Class
com.swiftmq.impl.streams.comp.timer.IntervalTimer
-
Uses of IntervalTimer in com.swiftmq.impl.streams.comp.timer
Modifier 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.