Uses of Interface
org.apache.camel.tracing.SpanAdapter
-
Packages that use SpanAdapter Package Description org.apache.camel.tracing org.apache.camel.tracing.decorators -
-
Uses of SpanAdapter in org.apache.camel.tracing
Methods in org.apache.camel.tracing that return SpanAdapter Modifier and Type Method Description static SpanAdapterActiveSpanManager. getSpan(org.apache.camel.Exchange exchange)This method returns the current active span associated with the exchange.SpanAdapterActiveSpanManager.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)Methods in org.apache.camel.tracing with parameters of type SpanAdapter Modifier and Type Method Description static 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)Constructors in org.apache.camel.tracing with parameters of type SpanAdapter Constructor Description Holder(ActiveSpanManager.Holder parent, SpanAdapter span) -
Uses of SpanAdapter in org.apache.camel.tracing.decorators
Methods in org.apache.camel.tracing.decorators with parameters of type SpanAdapter Modifier and Type Method Description voidAbstractHttpSpanDecorator. 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)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)
-