Class ProcessingExceptionHandler.Response

java.lang.Object
org.apache.kafka.streams.errors.ProcessingExceptionHandler.Response
Enclosing interface:
ProcessingExceptionHandler

public static class ProcessingExceptionHandler.Response extends Object
Represents the result of handling a processing exception.

The Response class encapsulates a ProcessingExceptionHandler.Result, indicating whether processing should continue or fail, along with an optional list of ProducerRecord instances to be sent to a dead letter queue.