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 SpanKindSpanDecorator. getInitiatorSpanKind()This method returns the 'span.kind' value for use when the component is initiating a communication.SpanKindSpanDecorator. getReceiverSpanKind()This method returns the 'span.kind' value for use when the component is receiving a communication.static SpanKindSpanKind. 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 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 SpanKind Modifier and Type Method Description SpanKindAbstractMessagingSpanDecorator. getInitiatorSpanKind()SpanKindAbstractSpanDecorator. getInitiatorSpanKind()SpanKindAbstractMessagingSpanDecorator. getReceiverSpanKind()SpanKindAbstractSpanDecorator. getReceiverSpanKind()
-