Interface StreamErrorHandler
-
public interface StreamErrorHandler
Handler for errors that occur during StreamTask processing.- Version:
- $Revision: $
- Author:
- John Bailey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(Throwable t)
Handles a Throwable that was thrown during stream processing.
-
-
-
Method Detail
-
handle
void handle(Throwable t)
Handles a Throwable that was thrown during stream processing.- Parameters:
t
-
-
-