Interface CamelExchangeContextPropagation


public interface CamelExchangeContextPropagation
  • Method Details

    • initRequestContext

      void initRequestContext(Map<String,Object> headers)
    • createContextSnapshot

      Map<String,Object> createContextSnapshot()
    • buildContextSnapshotForSessions

      Map<String,String> buildContextSnapshotForSessions()
    • activateContextSnapshot

      void activateContextSnapshot(Map<String,Object> snapshot)
    • removeContextHeaders

      void removeContextHeaders(Map<String,Object> exchangeHeaders)
    • clear

      void clear()