Class HttpsSpanDecorator
java.lang.Object
org.apache.camel.tracing.decorators.AbstractSpanDecorator
org.apache.camel.tracing.decorators.AbstractHttpSpanDecorator
org.apache.camel.tracing.decorators.HttpSpanDecorator
org.apache.camel.tracing.decorators.HttpsSpanDecorator
- All Implemented Interfaces:
SpanDecorator
-
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.Methods inherited from class org.apache.camel.tracing.decorators.HttpSpanDecorator
getComponentClassName, getHttpMethodMethods 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
-
HttpsSpanDecorator
public HttpsSpanDecorator()
-
-
Method Details
-
getComponent
Description copied from interface:SpanDecoratorThe camel component name associated with the decorator.- Specified by:
getComponentin interfaceSpanDecorator- Overrides:
getComponentin classHttpSpanDecorator- Returns:
- The camel component name
-