Class TimerBuilder
java.lang.Object
com.swiftmq.impl.streams.comp.timer.TimerBuilder
Factory to create Timers.
- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2017, All Rights Reserved
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TimerBuilder
Internal use.
-
-
Method Details
-
interval
Creates an IntervalTimer.- Returns:
- IntervalTimer
-
at
Creates an AtTimer.- Returns:
- AtTimer
-
next
Creates a NextTimer.- Returns:
- NextTimer
-