Interface ServletAsyncListener<RESPONSE>

All Known Implementing Classes:
AsyncRequestCompletionListener

public interface ServletAsyncListener<RESPONSE>
  • Method Details

    • onComplete

      void onComplete(RESPONSE response)
    • onTimeout

      void onTimeout(long timeout)
    • onError

      void onError(Throwable throwable, RESPONSE response)