Interface | Description |
---|---|
CallbackScheduler |
Provides a way for applications to register some logic to be executed at a future time.
|
ScheduledCallback<K> |
The callback that is invoked when its corresponding schedule time registered via
CallbackScheduler is
reached. |