Uses of Interface
org.springframework.kafka.listener.DeliveryAttemptAware
Packages that use DeliveryAttemptAware
-
Uses of DeliveryAttemptAware in org.springframework.kafka.listener
Subinterfaces of DeliveryAttemptAware in org.springframework.kafka.listenerModifier and TypeInterfaceDescriptioninterfaceReplacement forErrorHandlerandBatchErrorHandlerand their sub-interfaces.Classes in org.springframework.kafka.listener that implement DeliveryAttemptAwareModifier and TypeClassDescriptionclassACommonErrorHandlerthat stops the container when an error occurs.classAn error handler that delegates to different error handlers, depending on the exception type.classTheCommonErrorHandlerimplementation for logging exceptions.classACommonErrorHandlerthat delegates to differentCommonErrorHandlers for record and batch listeners.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.