@FunctionalInterface public static interface DeadlineTimerWheel.TimerHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
onTimerExpiry(TimeUnit timeUnit,
long now,
long timerId)
Called when the deadline has expired.
|
boolean onTimerExpiry(TimeUnit timeUnit, long now, long timerId)
timeUnit - for the time.now - for the expired timer.timerId - for the expired timer.Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.