Class AbstractInternalSpanDecorator
java.lang.Object
org.apache.camel.telemetry.decorators.AbstractSpanDecorator
org.apache.camel.telemetry.decorators.AbstractInternalSpanDecorator
- All Implemented Interfaces:
SpanDecorator
- Direct Known Subclasses:
DirectSpanDecorator,DisruptorSpanDecorator,DisruptorvmSpanDecorator,SedaSpanDecorator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) Methods inherited from class org.apache.camel.telemetry.decorators.AbstractSpanDecorator
afterTracingEvent, beforeTracingEvent, getExtractor, getInjector, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.telemetry.SpanDecorator
getComponent, getComponentClassName
-
Constructor Details
-
AbstractInternalSpanDecorator
public AbstractInternalSpanDecorator()
-
-
Method Details
-
getOperationName
public String getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) - Specified by:
getOperationNamein interfaceSpanDecorator- Overrides:
getOperationNamein classAbstractSpanDecorator
-