Class ConditionalDelegatingBatchErrorHandler

java.lang.Object
org.springframework.kafka.listener.ConditionalDelegatingBatchErrorHandler
All Implemented Interfaces:
BatchErrorHandler, ConsumerAwareBatchErrorHandler, ContainerAwareBatchErrorHandler, GenericErrorHandler<org.apache.kafka.clients.consumer.ConsumerRecords<?,?>>, ListenerInvokingBatchErrorHandler

@Deprecated public class ConditionalDelegatingBatchErrorHandler extends Object implements ListenerInvokingBatchErrorHandler
Deprecated.
An error handler that delegates to different error handlers, depending on the exception type.
Since:
2.7.4