Class GooglePubsubHeaderFilterStrategy

java.lang.Object
org.apache.camel.support.DefaultHeaderFilterStrategy
org.apache.camel.component.google.pubsub.GooglePubsubHeaderFilterStrategy
All Implemented Interfaces:
org.apache.camel.spi.HeaderFilterStrategy

public class GooglePubsubHeaderFilterStrategy 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 inherited from class org.apache.camel.support.DefaultHeaderFilterStrategy

    CAMEL_FILTER_PATTERN, CAMEL_FILTER_STARTS_WITH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    GooglePubsubHeaderFilterStrategy(boolean includeAllGoogleProperties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class org.apache.camel.support.DefaultHeaderFilterStrategy

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GooglePubsubHeaderFilterStrategy

      public GooglePubsubHeaderFilterStrategy()
    • GooglePubsubHeaderFilterStrategy

      public GooglePubsubHeaderFilterStrategy(boolean includeAllGoogleProperties)
  • Method Details

    • ignoreGoogProperties

      protected void ignoreGoogProperties()