public interface ParallecResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted(ResponseOnSingleTask res,
Map<String,Object> responseContext)
When timeout / error occurred or response received for the target host,
will trigger execution of onCompleted().
|
void onCompleted(ResponseOnSingleTask res, Map<String,Object> responseContext)
ParallelTaskBuilder.handleInWorker()
ResponseOnSingleTask.isError() is true: Fail to receive resposneres - the responseresponseContext - the response contextCopyright © 2015–2016 eBay. All rights reserved.