Class CamelHeadersInjectAdapter

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

public final class CamelHeadersInjectAdapter extends Object implements InjectAdapter
  • Constructor Details

    • CamelHeadersInjectAdapter

      public CamelHeadersInjectAdapter(Map<String,Object> map)
  • 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