Interface ResponseHandler


public interface ResponseHandler
Author:
Simon Thoresen Hult
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called once for each document api operation invoked on a AsyncSession.
  • Method Details

    • 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.