Uses of Enum Class
org.springframework.kafka.listener.DeadLetterPublishingRecoverer.HeaderNames.HeadersToAdd
-
Uses of DeadLetterPublishingRecoverer.HeaderNames.HeadersToAdd in org.springframework.kafka.listener
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DeadLetterPublishingRecoverer.HeaderNames.HeadersToAdd.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DeadLetterPublishingRecoverer.excludeHeader
(DeadLetterPublishingRecoverer.HeaderNames.HeadersToAdd... headers) Clear the header inclusion bit for the header name.void
DeadLetterPublishingRecoverer.includeHeader
(DeadLetterPublishingRecoverer.HeaderNames.HeadersToAdd... headers) Set the header inclusion bit for the header name.