Interface TimeoutTracker

    • Method Detail

      • hasExecuted

        boolean hasExecuted()
        Returns:
        True if timeout task has been executed. False otherwise
      • isEnabled

        boolean isEnabled()
        Returns:
        True if the timer task has been scheduled. False if the timeout is disabled for this request
      • abortable

        void abortable​(Abortable abortable)
        Sets the abortable task to be aborted by TimeoutTask
        Parameters:
        abortable - the abortable task