Uses of Interface
org.springframework.kafka.support.AbstractKafkaHeaderMapper.HeaderMatcher
-
Uses of AbstractKafkaHeaderMapper.HeaderMatcher in org.springframework.kafka.support
Modifier and TypeClassDescriptionprotected static class
A matcher that never matches a set of headers.protected static class
A pattern-based header matcher that matches if the specified header matches the specified simple pattern.Modifier and TypeMethodDescriptionprotected final void
AbstractKafkaHeaderMapper.addMatchers
(AbstractKafkaHeaderMapper.HeaderMatcher... matchersToAdd) Subclasses can invoke this to add customAbstractKafkaHeaderMapper.HeaderMatcher
s.