| Modifier and Type | Method and Description |
|---|---|
default Optional<TraceComponent> |
ProcessorComponent.getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler)
For flows with a source component, this method can allow processor components
to build source specific traces.
|
default Optional<TraceComponent> |
ProcessorComponent.getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler)
If a message processor has a source variation, then this implementation can
do more processing of a component.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenTelemetryConnection |
| Modifier and Type | Method and Description |
|---|---|
Optional<TraceComponent> |
AnypointMQProcessorComponent.getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
Optional<TraceComponent> |
FlowProcessorComponent.getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
Optional<TraceComponent> |
HttpProcessorComponent.getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
Optional<TraceComponent> |
AnypointMQProcessorComponent.getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
Optional<TraceComponent> |
FlowProcessorComponent.getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
Optional<TraceComponent> |
HttpProcessorComponent.getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification,
TraceContextHandler traceContextHandler) |
Copyright © 2022 AVIO Consulting. All rights reserved.