Interface RetryTracker
- All Known Implementing Classes:
Transceiver
public interface RetryTracker
Marks a class that is used to track how many retries were used.
- Author:
- Donal Fellows
-
Method Summary
-
Method Details
-
retryNeeded
void retryNeeded()Note that a retry was required.
-