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