Class CamelMessagingHeadersInjectAdapter

java.lang.Object
org.apache.camel.tracing.propagation.CamelMessagingHeadersInjectAdapter
All Implemented Interfaces:
InjectAdapter

public final class CamelMessagingHeadersInjectAdapter extends Object implements InjectAdapter
  • Constructor Details

    • CamelMessagingHeadersInjectAdapter

      public CamelMessagingHeadersInjectAdapter(Map<String,Object> map, boolean jmsEncoding)
  • Method Details

    • put

      public void put(String key, String value)
      Description copied from interface: InjectAdapter
      Inject a tag into the current tracing span, for context propagation.
      Specified by:
      put in interface InjectAdapter
      Parameters:
      key - the tag key
      value - the tag value