Class KafkaHeaderFilterStrategy

  • All Implemented Interfaces:
    org.apache.camel.spi.HeaderFilterStrategy

    public class KafkaHeaderFilterStrategy
    extends org.apache.camel.support.DefaultHeaderFilterStrategy
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.apache.camel.spi.HeaderFilterStrategy

        org.apache.camel.spi.HeaderFilterStrategy.Direction
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Pattern CAMEL_KAFKA_FILTER_PATTERN
      A filter pattern that only accepts keys starting with Camel or org.apache.camel.
      • Fields inherited from class org.apache.camel.support.DefaultHeaderFilterStrategy

        CAMEL_FILTER_PATTERN
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void initialize()  
      • Methods inherited from class org.apache.camel.support.DefaultHeaderFilterStrategy

        applyFilterToCamelHeaders, applyFilterToExternalHeaders, extendedFilter, getInFilter, getInFilterPattern, getOutFilter, getOutFilterPattern, isAllowNullValues, isCaseInsensitive, isFilterOnMatch, isLowerCase, setAllowNullValues, setCaseInsensitive, setFilterOnMatch, setInFilter, setInFilterPattern, setInFilterPattern, setLowerCase, setOutFilter, setOutFilterPattern, setOutFilterPattern
    • Field Detail

      • CAMEL_KAFKA_FILTER_PATTERN

        public static final Pattern CAMEL_KAFKA_FILTER_PATTERN
        A filter pattern that only accepts keys starting with Camel or org.apache.camel.
    • Constructor Detail

      • KafkaHeaderFilterStrategy

        public KafkaHeaderFilterStrategy()
    • Method Detail

      • initialize

        protected void initialize()