Class ImportantHeaderUtils

java.lang.Object
org.apache.camel.util.ImportantHeaderUtils

public final class ImportantHeaderUtils extends Object
  • Method Details

    • getImportantHeaderKeys

      public static Set<String> getImportantHeaderKeys()
      All the important header keys (unmodifiable)
    • isImportantHeader

      public static boolean isImportantHeader(String key)
      Whether the given header or exchange properties is marked as important.
      Parameters:
      key - the header key
      Returns:
      true if important, false otherwise