Package com.yahoo.documentapi
Interface ResponseHandler
public interface ResponseHandler
- Author:
- Simon Thoresen Hult
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleResponse(Response response) This method is called once for each document api operation invoked on aAsyncSession.
-
Method Details
-
handleResponse
This method is called once for each document api operation invoked on aAsyncSession. There is no guarantee as to which thread calls this, so any implementation must be thread-safe.- Parameters:
response- The response to process.
-