Uses of Interface
org.springframework.kafka.listener.DeadLetterPublishingRecoverer.ExceptionHeadersCreator
Packages that use DeadLetterPublishingRecoverer.ExceptionHeadersCreator
-
Uses of DeadLetterPublishingRecoverer.ExceptionHeadersCreator in org.springframework.kafka.listener
Methods in org.springframework.kafka.listener with parameters of type DeadLetterPublishingRecoverer.ExceptionHeadersCreatorModifier and TypeMethodDescriptionvoid
DeadLetterPublishingRecoverer.setExceptionHeadersCreator
(DeadLetterPublishingRecoverer.ExceptionHeadersCreator headersCreator) Set aDeadLetterPublishingRecoverer.ExceptionHeadersCreator
implementation to completely take over setting the exception headers in the output record.