Class AsyncRetryStrategies.FixedDelayRetryStrategy<OUT>

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

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