public interface NextServiceFilterCallback
Modifier and Type | Method and Description |
---|---|
void |
onNext(ServiceFilterRequest request,
ServiceFilterResponseCallback responseCallback)
Method called to execute the next ServiceFilter in the pipeline
|
void onNext(ServiceFilterRequest request, ServiceFilterResponseCallback responseCallback)
request
- The ServiceFilterRequest to processresponseCallback
- The ServiceFilterResponseCallback to invoke when the response
is obtained