Uses of Class
org.springframework.kafka.listener.ExceptionClassifier
Packages that use ExceptionClassifier
Package
Description
Package for kafka listeners
Package for retryable topic handling.
-
Uses of ExceptionClassifier in org.springframework.kafka.listener
Subclasses of ExceptionClassifier in org.springframework.kafka.listenerModifier and TypeClassDescriptionclassAConsumerRecordRecovererthat publishes a failed record to a dead-letter topic.classDefault implementation ofAfterRollbackProcessor.classAn error handler that, for record listeners, seeks to the current offset for each topic in the remaining records.classSubclass ofFailedRecordProcessorthat can process (and recover) a batch.classCommon super class for classes that deal with failing to consume a consumer record. -
Uses of ExceptionClassifier in org.springframework.kafka.retrytopic
Subclasses of ExceptionClassifier in org.springframework.kafka.retrytopicModifier and TypeClassDescriptionclassDefault implementation of theDestinationTopicResolverinterface.