Package org.apache.heron.api.bolt
Interface IErrorReporter
-
- All Known Subinterfaces:
IOutputCollector
- All Known Implementing Classes:
OutputCollector
public interface IErrorReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reportError(Throwable error)
-
-
-
Method Detail
-
reportError
void reportError(Throwable error)
-
-