Class DeadLetterPublishingRecoverer.HeaderNames.ExceptionInfo

java.lang.Object
org.springframework.kafka.listener.DeadLetterPublishingRecoverer.HeaderNames.ExceptionInfo
Enclosing class:
DeadLetterPublishingRecoverer.HeaderNames

public static class DeadLetterPublishingRecoverer.HeaderNames.ExceptionInfo extends Object
Header names for exception headers.
Since:
2.8.4
  • Method Details

    • getKeyExceptionFqcn

      public String getKeyExceptionFqcn()
      The header name for the key exception class.
      Returns:
      the keyExceptionFqcn.
    • getExceptionFqcn

      public String getExceptionFqcn()
      The header name for the value exception class.
      Returns:
      the exceptionFqcn.
    • getExceptionCauseFqcn

      public String getExceptionCauseFqcn()
      The header name for the exception cause.
      Returns:
      the exceptionCauseFqcn.
    • getKeyExceptionMessage

      public String getKeyExceptionMessage()
      The header name for the key exception message.
      Returns:
      the keyExceptionMessage.
    • getExceptionMessage

      public String getExceptionMessage()
      The header name for the exception message.
      Returns:
      the exceptionMessage.
    • getKeyExceptionStacktrace

      public String getKeyExceptionStacktrace()
      The header name for the key exception stack trace.
      Returns:
      the keyExceptionStacktrace
    • getExceptionStacktrace

      public String getExceptionStacktrace()
      The header name for the exception stack trace.
      Returns:
      the exceptionStacktrace