Class WaiterConfiguration.WaitContext

  • Enclosing class:
    WaiterConfiguration

    public static class WaiterConfiguration.WaitContext
    extends Object
    The context that should be maintained by the wait loop.
    • Constructor Detail

      • WaitContext

        public WaitContext​(long startTime)
    • Method Detail

      • incrementAttempts

        public void incrementAttempts()
        Increments the number of attempts made.
      • getStartTime

        public long getStartTime()
      • getAttemptsMade

        public int getAttemptsMade()
      • getCurrentTime

        public long getCurrentTime()