Interface RecoveryErrorDetector
- All Known Implementing Classes:
LogScrapingRecoveryErrorDetector
public interface RecoveryErrorDetector
Base interface of recovery error detectors.
- Author:
- Nicola Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoid
-
Method Details
-
startDetection
void startDetection() -
stopDetection
void stopDetection() -
errorsDetected
boolean errorsDetected()
-