Class DefaultRetryStatistics

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

public class DefaultRetryStatistics extends org.springframework.core.AttributeAccessorSupport implements RetryStatistics, MutableRetryStatistics
Author:
Dave Syer
See Also: