Package org.ldaptive

Class PooledConnectionFactory.RetryValidationExceptionHandler

    • Field Detail

      • continueCondition

        private final BiPredicate<Integer,​Instant> continueCondition
        Condition on which to continue retry. First parameter is the count, the second is the time the retry started.
    • Constructor Detail

      • RetryValidationExceptionHandler

        public RetryValidationExceptionHandler()
        Creates a new retry validation exception handler.
      • RetryValidationExceptionHandler

        public RetryValidationExceptionHandler​(BiPredicate<Integer,​Instant> condition)
        Creates a new retry validation exception handler.
        Parameters:
        condition - on which to retry