Class TimeOutRetryStrategy

java.lang.Object
de.taimos.pipeline.aws.cloudformation.utils.TimeOutRetryStrategy
All Implemented Interfaces:
com.amazonaws.waiters.PollingStrategy.RetryStrategy

public class TimeOutRetryStrategy extends Object implements com.amazonaws.waiters.PollingStrategy.RetryStrategy
  • Constructor Details

    • TimeOutRetryStrategy

      public TimeOutRetryStrategy(Duration maxTime)
  • Method Details

    • shouldRetry

      public boolean shouldRetry(com.amazonaws.waiters.PollingStrategyContext pollingStrategyContext)
      Specified by:
      shouldRetry in interface com.amazonaws.waiters.PollingStrategy.RetryStrategy