public class DefaultRetryStatisticsFactory extends Object implements RetryStatisticsFactory
| Constructor and Description | 
|---|
| DefaultRetryStatisticsFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableRetryStatistics | create(String name) | 
| void | setWindow(long window)Window in milliseconds for exponential decay factor in rolling averages. | 
public void setWindow(long window)
window - the window to setpublic MutableRetryStatistics create(String name)
create in interface RetryStatisticsFactoryCopyright © 2018 SpringSource. All rights reserved.