Interface StreamThreadExceptionHandler

    • Method Detail

      • handle

        void handle​(KafkaStreamsContainer container,
                    Thread streamThread,
                    Throwable e)
        Method invoked when a StreamThread abruptly terminates due to an uncaught exception.
        Parameters:
        container - the streams container.
        streamThread - the thread.
        e - the exception.