Interface TimeoutScheduler.TimeoutEventListener

    • Method Detail

      • checkForTimeout

        boolean checkForTimeout​(long currentTime)
        Check whether or not an operation timed-out.
        Parameters:
        currentTime - Time to use as current time for any check.
        Returns:
        true to be invoked again after a period of time, false to de-register this task so that it is never invoked again.