public class PriorityHeapTimerServiceSupplier extends Object implements TimerServiceSupplier
PriorityHeapTimerService| Constructor and Description |
|---|
PriorityHeapTimerServiceSupplier() |
| Modifier and Type | Method and Description |
|---|---|
TimerService |
newInstance(TimeUnit timeUnit,
TimerService.TimerHandler timerHandler)
New instance of the
TimerService. |
public TimerService newInstance(TimeUnit timeUnit, TimerService.TimerHandler timerHandler)
TimerService.newInstance in interface TimerServiceSuppliertimeUnit - units to be used by the underlying timer service.timerHandler - that must be invoked for each expired timer.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.