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