Interface InjectAdapter

All Known Implementing Classes:
CamelHeadersInjectAdapter, CamelMessagingHeadersInjectAdapter

public interface InjectAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    put(String key, String value)
    Inject a tag into the current tracing span, for context propagation.
  • Method Details

    • put

      void put(String key, String value)
      Inject a tag into the current tracing span, for context propagation.
      Parameters:
      key - the tag key
      value - the tag value