Class HttpSpanDecorator
java.lang.Object
org.apache.camel.tracing.decorators.AbstractSpanDecorator
org.apache.camel.tracing.decorators.AbstractHttpSpanDecorator
org.apache.camel.tracing.decorators.HttpSpanDecorator
- All Implemented Interfaces:
SpanDecorator
- Direct Known Subclasses:
HttpsSpanDecorator
-
Field Summary
Fields inherited from class org.apache.camel.tracing.decorators.AbstractHttpSpanDecorator
GET_METHOD, POST_METHODFields 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.getHttpMethod(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint) Methods inherited from class org.apache.camel.tracing.decorators.AbstractHttpSpanDecorator
getHttpURL, getOperationName, post, preMethods inherited from class org.apache.camel.tracing.decorators.AbstractSpanDecorator
getExtractAdapter, getInitiatorSpanKind, getInjectAdapter, getReceiverSpanKind, newSpan, stripSchemeAndOptions, stripSchemeAndOptions, toQueryParameters
-
Constructor Details
-
HttpSpanDecorator
public HttpSpanDecorator()
-
-
Method Details
-
getComponent
Description copied from interface:SpanDecoratorThe camel component name associated with the decorator.- Returns:
- The camel component name
-
getComponentClassName
Description copied from interface:SpanDecoratorThe camel component FQN classname associated with the decorator.- Returns:
- The camel component FQN classname
-
getHttpMethod
- Overrides:
getHttpMethodin classAbstractHttpSpanDecorator
-