Package org.apache.camel.tracing
Interface InjectAdapter
- All Known Implementing Classes:
CamelHeadersInjectAdapter,CamelMessagingHeadersInjectAdapter
public interface InjectAdapter
-
Method Summary
-
Method Details
-
put
Inject a tag into the current tracing span, for context propagation.- Parameters:
key- the tag keyvalue- the tag value
-