Class AsyncRetryStrategies

java.lang.Object
org.apache.flink.streaming.util.retryable.AsyncRetryStrategies

public class AsyncRetryStrategies extends Object
Utility class to create concrete AsyncRetryStrategy.

NOTICE: For performance reasons, this utility's AsyncRetryStrategy implementation assumes the attempt always start from 1 and will only increase by 1 each time.

  • Field Details

    • NO_RETRY_STRATEGY

      public static final org.apache.flink.streaming.util.retryable.AsyncRetryStrategies.NoRetryStrategy NO_RETRY_STRATEGY
  • Constructor Details

    • AsyncRetryStrategies

      public AsyncRetryStrategies()