Uses of Class
org.springframework.kafka.listener.DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo
Packages that use DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo
-
Uses of DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo in org.springframework.kafka.listener
Methods in org.springframework.kafka.listener that return DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfoModifier and TypeMethodDescriptionDeadLetterPublishingRecoverer.HeaderNames.Builder.Original.exception()Returns the exception builder.DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo.exceptionCauseFqcn(String exceptionCauseFqcn) Sets the name of the header that will be used to store the exceptionCauseFqcn of the original record.DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo.exceptionFqcn(String exceptionFqcn) Sets the name of the header that will be used to store the exceptionFqcn of the original record.DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo.exceptionMessage(String exceptionMessage) Sets the name of the header that will be used to store the exceptionMessage of the original record.DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo.exceptionStacktrace(String exceptionStacktrace) Sets the name of the header that will be used to store the exceptionStacktrace of the original record.DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo.keyExceptionFqcn(String keyExceptionFqcn) Sets the name of the header that will be used to store the keyExceptionFqcn of the original record.DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo.keyExceptionMessage(String keyExceptionMessage) Sets the name of the header that will be used to store the keyExceptionMessage of the original record.DeadLetterPublishingRecoverer.HeaderNames.Builder.ExceptionInfo.keyExceptionStacktrace(String keyExceptionStacktrace) Sets the name of the header that will be used to store the keyExceptionStacktrace of the original record.