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
public class HttpsSpanDecorator extends HttpSpanDecorator
-
-
Field Summary
-
Fields inherited from class org.apache.camel.tracing.decorators.AbstractHttpSpanDecorator
GET_METHOD, POST_METHOD
-
Fields inherited from interface org.apache.camel.tracing.SpanDecorator
CAMEL_COMPONENT, DEFAULT
-
-
Constructor Summary
Constructors Constructor Description HttpsSpanDecorator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComponent()
The camel component name associated with the decorator.-
Methods inherited from class org.apache.camel.tracing.decorators.HttpSpanDecorator
getComponentClassName
-
Methods inherited from class org.apache.camel.tracing.decorators.AbstractHttpSpanDecorator
getHttpMethod, getHttpURL, getOperationName, post, pre
-
Methods inherited from class org.apache.camel.tracing.decorators.AbstractSpanDecorator
getExtractAdapter, getInitiatorSpanKind, getInjectAdapter, getReceiverSpanKind, newSpan, stripSchemeAndOptions, toQueryParameters
-
-
-
-
Method Detail
-
getComponent
public String getComponent()
Description copied from interface:SpanDecorator
The camel component name associated with the decorator.- Specified by:
getComponent
in interfaceSpanDecorator
- Overrides:
getComponent
in classHttpSpanDecorator
- Returns:
- The camel component name
-
-