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 SpanDecorator
SpanDecorator. DEFAULT
Fields in org.apache.camel.tracing with type parameters of type SpanDecorator Modifier and Type Field Description protected static Map<String,SpanDecorator>
Tracer. DECORATORS
Methods in org.apache.camel.tracing that return SpanDecorator Modifier and Type Method Description protected SpanDecorator
Tracer. getSpanDecorator(org.apache.camel.Endpoint endpoint)
Methods in org.apache.camel.tracing with parameters of type SpanDecorator Modifier and Type Method Description void
Tracer. addDecorator(SpanDecorator decorator)
protected abstract SpanAdapter
Tracer. startExchangeBeginSpan(org.apache.camel.Exchange exchange, SpanDecorator sd, String operationName, SpanKind kind, SpanAdapter parent)
-
Uses of SpanDecorator in org.apache.camel.tracing.decorators
-