public interface ServiceFilterResponseCallback
Modifier and Type | Method and Description |
---|---|
void |
onResponse(ServiceFilterResponse response,
java.lang.Exception exception)
Method to execute when the response is ready to be processed
|
void onResponse(ServiceFilterResponse response, java.lang.Exception exception)
response
- The response to processexception
- An exception representing the error, in case there was one