Interface ResponseHandler


  • public interface ResponseHandler
    Author:
    Simon Thoresen Hult
    • Method Detail

      • handleResponse

        void handleResponse​(Response response)
        This method is called once for each document api operation invoked on a AsyncSession. There is no guarantee as to which thread calls this, so any implementation must be thread-safe.
        Parameters:
        response - The response to process.