Uses of Interface
org.apache.camel.tracing.InjectAdapter
-
Packages that use InjectAdapter Package Description org.apache.camel.tracing org.apache.camel.tracing.decorators org.apache.camel.tracing.propagation -
-
Uses of InjectAdapter in org.apache.camel.tracing
Methods in org.apache.camel.tracing that return InjectAdapter Modifier and Type Method Description InjectAdapterSpanDecorator. getInjectAdapter(Map<String,Object> map, boolean encoding)This method returns the map to be used for headers injection when the component is receiving a communication.Methods in org.apache.camel.tracing with parameters of type InjectAdapter Modifier and Type Method Description protected abstract voidTracer. inject(SpanAdapter span, InjectAdapter adapter)protected abstract SpanAdapterTracer. startSendingEventSpan(String operationName, SpanKind kind, SpanAdapter parent, org.apache.camel.Exchange exchange, InjectAdapter injectAdapter) -
Uses of InjectAdapter in org.apache.camel.tracing.decorators
Methods in org.apache.camel.tracing.decorators that return InjectAdapter Modifier and Type Method Description InjectAdapterAbstractMessagingSpanDecorator. getInjectAdapter(Map<String,Object> map, boolean jmsEncoding)InjectAdapterAbstractSpanDecorator. getInjectAdapter(Map<String,Object> map, boolean encoding) -
Uses of InjectAdapter in org.apache.camel.tracing.propagation
Classes in org.apache.camel.tracing.propagation that implement InjectAdapter Modifier and Type Class Description classCamelHeadersInjectAdapterclassCamelMessagingHeadersInjectAdapter
-