Class ExponentialAverageRetryStatistics

java.lang.Object
org.springframework.core.AttributeAccessorSupport
org.springframework.retry.stats.DefaultRetryStatistics
org.springframework.retry.stats.ExponentialAverageRetryStatistics
All Implemented Interfaces:
Serializable, org.springframework.core.AttributeAccessor, RetryStatistics, MutableRetryStatistics

public class ExponentialAverageRetryStatistics extends DefaultRetryStatistics
Author:
Dave Syer
See Also: