Class ContextAwareThreadExceptionHandlerSupplier.DelegateStreamThreadExceptionHandler
- java.lang.Object
-
- io.streamthoughts.azkarra.runtime.context.internal.ContextAwareThreadExceptionHandlerSupplier.DelegateStreamThreadExceptionHandler
-
- All Implemented Interfaces:
StreamThreadExceptionHandler
- Enclosing class:
- ContextAwareThreadExceptionHandlerSupplier
public static class ContextAwareThreadExceptionHandlerSupplier.DelegateStreamThreadExceptionHandler extends Object implements StreamThreadExceptionHandler
A delegatingStreamThreadExceptionHandler
which is notConfigurable
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(KafkaStreamsContainer container, Thread streamThread, Throwable e)
Method invoked when a StreamThread abruptly terminates due to an uncaught exception.
-
-
-
Method Detail
-
handle
public void handle(KafkaStreamsContainer container, Thread streamThread, Throwable e)
Method invoked when a StreamThread abruptly terminates due to an uncaught exception.- Specified by:
handle
in interfaceStreamThreadExceptionHandler
- Parameters:
container
- the streams container.streamThread
- the thread.e
- the exception.
-
-