Class 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 Detail

      • NO_RETRY_STRATEGY

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

      • AsyncRetryStrategies

        public AsyncRetryStrategies()