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