public interface MutableRetryStatistics extends RetryStatistics, org.springframework.core.AttributeAccessor
Modifier and Type | Method and Description |
---|---|
void |
incrementAbortCount() |
void |
incrementCompleteCount() |
void |
incrementErrorCount() |
void |
incrementRecoveryCount() |
void |
incrementStartedCount() |
getAbortCount, getCompleteCount, getErrorCount, getName, getRecoveryCount, getStartedCount
Copyright © 2018 SpringSource. All rights reserved.