| Interface | Description |
|---|---|
| Command<R> |
A command interface.
|
| VoidCommand |
A command interface.
|
| Class | Description |
|---|---|
| AbstractFailsafeSpanInternalSpanCommand |
An abstract implementation of
Command related to InternalSpan |
| AbstractFailsafeSpanVoidCommand |
An abstract implementation of
VoidCommand related to InternalSpan |
| EventContextAddAttributeCommand |
A
VoidCommand that ads a span attribute. |
| EventContextAddAttributesCommand |
A
VoidCommand that ads span attributes. |
| EventContextEndSpanCommand |
A
VoidCommand that ends the current InternalSpan. |
| EventContextGetDistributedTraceContextMapCommand |
A
Command gets the current distributed trace context map. |
| EventContextInjectDistributedTraceContextCommand |
A
VoidCommand that injects the span context. |
| EventContextRecordErrorCommand |
A
VoidCommand that records an error
The carrier is the EventContext |
| EventContextSetCurrentSpanNameCommand |
A
VoidCommand that sets the current span name. |
| EventContextStartSpanCommand |
A
VoidCommand that starts the current InternalSpan. |
| FailsafeSpanCommand |
An operation to perform in a fail-safe mode.
|
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.