public interface StreamsUncaughtExceptionHandler
Modifier and Type | Interface and Description |
---|---|
static class |
StreamsUncaughtExceptionHandler.StreamThreadExceptionResponse
Enumeration that describes the response from the exception handler.
|
Modifier and Type | Method and Description |
---|---|
StreamsUncaughtExceptionHandler.StreamThreadExceptionResponse |
handle(Throwable exception)
Inspect the exception received in a stream thread and respond with an action.
|
StreamsUncaughtExceptionHandler.StreamThreadExceptionResponse handle(Throwable exception)
exception
- the actual exception