public interface ClientBaseCallback
Modifier and Type | Method and Description |
---|---|
RequestClient |
getRequestClient()
Get the RequestClient context object used to indicate which requests are related to each
other for scheduling purposes.
|
void |
onResume(ClientContext context)
Called for a persistent request when the node is restarted.
|
void onResume(ClientContext context) throws ResumeFailedException
context
- ResumeFailedException
RequestClient getRequestClient()