public static interface RenewableTimeoutService.TimeoutHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onTimeout(RenewableTimeoutService.RenewableTimeout timeout)
The callback method.
|
void onTimeout(RenewableTimeoutService.RenewableTimeout timeout)
timeout - The timeout representing this handler. This is mainly provided so that the timeout can be
renewed upon completion of the callback.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.