Interface IReporter
-
- All Known Implementing Classes:
LogReporter
public interface IReporter
report blacklist to alert system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
report(String message)
void
reportBlacklist(String supervisor, List<Map<String,Set<Integer>>> toleranceBuffer)
-