Class FileSpanDecorator
java.lang.Object
org.apache.camel.telemetry.decorators.AbstractSpanDecorator
org.apache.camel.telemetry.decorators.FileSpanDecorator
- All Implemented Interfaces:
SpanDecorator
- Direct Known Subclasses:
FtpSpanDecorator,FtpsSpanDecorator,SftpSpanDecorator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) Methods inherited from class org.apache.camel.telemetry.decorators.AbstractSpanDecorator
afterTracingEvent, getExtractor, getInjector, getOperationName, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParameters
-
Constructor Details
-
FileSpanDecorator
public FileSpanDecorator()
-
-
Method Details
-
getComponent
-
getComponentClassName
-
beforeTracingEvent
public void beforeTracingEvent(Span span, org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) - Specified by:
beforeTracingEventin interfaceSpanDecorator- Overrides:
beforeTracingEventin classAbstractSpanDecorator
-