@FunctionalInterface public interface TimerServiceSupplier
TimerService implementations to be used by the ConsensusModule.| Modifier and Type | Method and Description |
|---|---|
TimerService |
newInstance(TimeUnit timeUnit,
TimerService.TimerHandler timerHandler)
New instance of the
TimerService. |
TimerService newInstance(TimeUnit timeUnit, TimerService.TimerHandler timerHandler)
TimerService.timeUnit - 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.