FixedBackOff()
Create an instance with an interval of {@value #DEFAULT_INTERVAL} ms and an unlimited number of attempts.
FixedBackOff(interval: Long, maxAttempts: Long)
Create an instance.
interval - the interval between two attempts
interval
maxAttempts - the maximum number of attempts
maxAttempts