Class Timer
- java.lang.Object
-
- com.microsoft.azure.servicebus.primitives.Timer
-
public final class Timer extends Object
An abstraction for a Scheduler functionality - which can later be replaced by a light-weight Thread
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScheduledFuture<?>
schedule(Runnable runnable, Duration runFrequency, TimerType timerType)
-
-
-
Method Detail
-
schedule
public static ScheduledFuture<?> schedule(Runnable runnable, Duration runFrequency, TimerType timerType)
-
-