Class NoOpTimeoutTracker

    • Method Detail

      • hasExecuted

        public boolean hasExecuted()
        Specified by:
        hasExecuted in interface TimeoutTracker
        Returns:
        True if timeout task has been executed. False otherwise
      • isEnabled

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

        public void abortable​(software.amazon.awssdk.http.Abortable abortable)
        Description copied from interface: TimeoutTracker
        Sets the abortable task to be aborted by TimeoutTask
        Specified by:
        abortable in interface TimeoutTracker
        Parameters:
        abortable - the abortable task