Uses of Interface
com.swiftmq.impl.streams.comp.timer.Timer
Packages that use Timer
Package
Description
-
Uses of Timer in com.swiftmq.impl.streams
Methods in com.swiftmq.impl.streams that return TimerModifier and TypeMethodDescriptionInternal use onlyTimer[]
Stream.getTimers()
Internal use onlyReturns the Timer with the given name.Methods in com.swiftmq.impl.streams with parameters of type Timer -
Uses of Timer in com.swiftmq.impl.streams.comp.timer
Classes in com.swiftmq.impl.streams.comp.timer that implement TimerModifier and TypeClassDescriptionclass
At Timer implementation.class
Interval Timer implementation.class
Next Timer implementation.Methods in com.swiftmq.impl.streams.comp.timer that return TimerModifier and TypeMethodDescriptionAtTimer.onTimer
(TimerCallback callback) IntervalTimer.onTimer
(TimerCallback callback) NextTimer.onTimer
(TimerCallback callback) Timer.onTimer
(TimerCallback callback) Sets the onTimer callback.AtTimer.reset()
IntervalTimer.reset()
NextTimer.reset()
Timer.reset()
Resets the value of a TimerMethods in com.swiftmq.impl.streams.comp.timer with parameters of type Timer -
Uses of Timer in com.swiftmq.impl.streams.processor.po
Methods in com.swiftmq.impl.streams.processor.po that return TimerConstructors in com.swiftmq.impl.streams.processor.po with parameters of type Timer