Interface AsyncExceptionHandler
- All Known Implementing Classes:
AbstractTwoInputStreamTask,MultipleInputStreamTask,OneInputStreamTask,SourceOperatorStreamTask,SourceStreamTask,StreamIterationHead,StreamIterationTail,StreamTask,TwoInputStreamTask
public interface AsyncExceptionHandler
An interface marking a task as capable of handling exceptions thrown by different threads, other
than the one executing the task itself.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleAsyncException(String message, Throwable exception) Handles an exception thrown by another thread (e.g. a TriggerTask), other than the one executing the main task.
-
Method Details
-
handleAsyncException
Handles an exception thrown by another thread (e.g. a TriggerTask), other than the one executing the main task.
-