public static interface RequestContext.Request
Modifier and Type | Method and Description |
---|---|
boolean |
checkIfCancelled()
Returns
true if this request requested to cancel; false
otherwise. |
int |
getMessageID()
Returns the message Id of this request.
|
long |
getRequestID()
Retrieves the request ID for this request.
|
int getMessageID()
long getRequestID()
boolean checkIfCancelled()
true
if this request requested to cancel; false
otherwise.true
if this request requested to cancel; false
otherwise.