Uses of Interface
org.apache.camel.tracing.SpanAdapter
Packages that use SpanAdapter
-
Uses of SpanAdapter in org.apache.camel.tracing
Methods in org.apache.camel.tracing that return SpanAdapterModifier and TypeMethodDescriptionstatic SpanAdapterActiveSpanManager.getSpan(org.apache.camel.Exchange exchange) This method returns the current active span associated with the exchange.ActiveSpanManager.Holder.getSpan()protected abstract SpanAdapterTracer.startExchangeBeginSpan(org.apache.camel.Exchange exchange, SpanDecorator sd, String operationName, SpanKind kind, SpanAdapter parent) protected abstract SpanAdapterTracer.startSendingEventSpan(String operationName, SpanKind kind, SpanAdapter parent, org.apache.camel.Exchange exchange, InjectAdapter injectAdapter) Methods in org.apache.camel.tracing with parameters of type SpanAdapterModifier and TypeMethodDescriptionstatic voidActiveSpanManager.activate(org.apache.camel.Exchange exchange, SpanAdapter span) This method activates the supplied span for the supplied exchange.protected abstract voidTracer.finishSpan(SpanAdapter span) protected abstract voidTracer.inject(SpanAdapter span, InjectAdapter adapter) voidSpanDecorator.post(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) This method adds appropriate details (tags/logs) to the supplied span based on the post processing of the exchange.voidSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) This method adds appropriate details (tags/logs) to the supplied span based on the pre processing of the exchange.protected abstract SpanAdapterTracer.startExchangeBeginSpan(org.apache.camel.Exchange exchange, SpanDecorator sd, String operationName, SpanKind kind, SpanAdapter parent) protected abstract SpanAdapterTracer.startSendingEventSpan(String operationName, SpanKind kind, SpanAdapter parent, org.apache.camel.Exchange exchange, InjectAdapter injectAdapter) Constructors in org.apache.camel.tracing with parameters of type SpanAdapter -
Uses of SpanAdapter in org.apache.camel.tracing.decorators
Methods in org.apache.camel.tracing.decorators with parameters of type SpanAdapterModifier and TypeMethodDescriptionvoidAbstractHttpSpanDecorator.post(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidAbstractSpanDecorator.post(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidAbstractHttpSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidAbstractMessagingSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidAbstractSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidAzureServiceBusSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidCqlSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidElasticsearchSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidJdbcSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidKafkaSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidMongoDBSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidRestSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) voidSqlSpanDecorator.pre(SpanAdapter span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)