Class AsyncRetryStrategies.ExponentialBackoffDelayRetryStrategy<OUT>

java.lang.Object
org.apache.flink.streaming.util.retryable.AsyncRetryStrategies.ExponentialBackoffDelayRetryStrategy<OUT>
All Implemented Interfaces:
Serializable, AsyncRetryStrategy<OUT>
Enclosing class:
AsyncRetryStrategies

public static class AsyncRetryStrategies.ExponentialBackoffDelayRetryStrategy<OUT> extends Object implements AsyncRetryStrategy<OUT>
ExponentialBackoffDelayRetryStrategy.
See Also: