public static interface DefaultTimeoutController.TimeoutTask extends Runnable
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSchedule()
Returns
true if the timeout task can be scheduled. |
void |
run()
Invoked when the deadline exceeded.
|
Copyright © 2020 LeanCloud. All rights reserved.