Class SftpSpanDecorator
java.lang.Object
org.apache.camel.tracing.decorators.AbstractSpanDecorator
org.apache.camel.tracing.decorators.FileSpanDecorator
org.apache.camel.tracing.decorators.SftpSpanDecorator
- All Implemented Interfaces:
SpanDecorator
-
Field Summary
Fields inherited from interface org.apache.camel.tracing.SpanDecorator
CAMEL_COMPONENT, DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe camel component name associated with the decorator.The camel component FQN classname associated with the decorator.Methods inherited from class org.apache.camel.tracing.decorators.FileSpanDecorator
preMethods inherited from class org.apache.camel.tracing.decorators.AbstractSpanDecorator
getExtractAdapter, getInitiatorSpanKind, getInjectAdapter, getOperationName, getReceiverSpanKind, newSpan, post, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParameters
-
Constructor Details
-
SftpSpanDecorator
public SftpSpanDecorator()
-
-
Method Details
-
getComponent
Description copied from interface:SpanDecoratorThe camel component name associated with the decorator.- Specified by:
getComponentin interfaceSpanDecorator- Overrides:
getComponentin classFileSpanDecorator- Returns:
- The camel component name
-
getComponentClassName
Description copied from interface:SpanDecoratorThe camel component FQN classname associated with the decorator.- Specified by:
getComponentClassNamein interfaceSpanDecorator- Overrides:
getComponentClassNamein classFileSpanDecorator- Returns:
- The camel component FQN classname
-