Interface StreamErrorHandler


public interface StreamErrorHandler
Handler for errors that occur during StreamTask processing.
Version:
$Revision: $
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles a Throwable that was thrown during stream processing.
  • Method Details

    • handle

      void handle(Throwable t)
      Handles a Throwable that was thrown during stream processing.
      Parameters:
      t -