Uses of Interface
org.apache.camel.tracing.SpanDecorator
-
Packages that use SpanDecorator Package Description org.apache.camel.tracing org.apache.camel.tracing.decorators -
-
Uses of SpanDecorator in org.apache.camel.tracing
Fields in org.apache.camel.tracing declared as SpanDecorator Modifier and Type Field Description static SpanDecoratorSpanDecorator. DEFAULTFields in org.apache.camel.tracing with type parameters of type SpanDecorator Modifier and Type Field Description protected static Map<String,SpanDecorator>Tracer. DECORATORSMethods in org.apache.camel.tracing that return SpanDecorator Modifier and Type Method Description protected SpanDecoratorTracer. getSpanDecorator(org.apache.camel.Endpoint endpoint)Methods in org.apache.camel.tracing with parameters of type SpanDecorator Modifier and Type Method Description voidTracer. addDecorator(SpanDecorator decorator)protected abstract SpanAdapterTracer. startExchangeBeginSpan(org.apache.camel.Exchange exchange, SpanDecorator sd, String operationName, SpanKind kind, SpanAdapter parent) -
Uses of SpanDecorator in org.apache.camel.tracing.decorators
-