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