Uses of Class
org.apache.camel.tracing.SpanKind
-
Packages that use SpanKind Package Description org.apache.camel.tracing org.apache.camel.tracing.decorators -
-
Uses of SpanKind in org.apache.camel.tracing
Methods in org.apache.camel.tracing that return SpanKind Modifier and Type Method Description SpanKind
SpanDecorator. getInitiatorSpanKind()
This method returns the 'span.kind' value for use when the component is initiating a communication.SpanKind
SpanDecorator. getReceiverSpanKind()
This method returns the 'span.kind' value for use when the component is receiving a communication.static SpanKind
SpanKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpanKind[]
SpanKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.tracing with parameters of type SpanKind Modifier and Type Method Description protected abstract SpanAdapter
Tracer. startExchangeBeginSpan(org.apache.camel.Exchange exchange, SpanDecorator sd, String operationName, SpanKind kind, SpanAdapter parent)
protected abstract SpanAdapter
Tracer. startSendingEventSpan(String operationName, SpanKind kind, SpanAdapter parent)
-
Uses of SpanKind in org.apache.camel.tracing.decorators
Methods in org.apache.camel.tracing.decorators that return SpanKind Modifier and Type Method Description SpanKind
AbstractMessagingSpanDecorator. getInitiatorSpanKind()
SpanKind
AbstractSpanDecorator. getInitiatorSpanKind()
SpanKind
AbstractMessagingSpanDecorator. getReceiverSpanKind()
SpanKind
AbstractSpanDecorator. getReceiverSpanKind()
-