Uses of Interface
com.avioconsulting.mule.opentelemetry.internal.connection.TraceContextHandler
-
-
Uses of TraceContextHandler in com.avioconsulting.mule.opentelemetry.api.processor
Methods in com.avioconsulting.mule.opentelemetry.api.processor with parameters of type TraceContextHandler Modifier and Type Method Description default TraceComponentProcessorComponent. 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 TraceComponentProcessorComponent. 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. -
Uses of TraceContextHandler in com.avioconsulting.mule.opentelemetry.internal.connection
Classes in com.avioconsulting.mule.opentelemetry.internal.connection that implement TraceContextHandler Modifier and Type Class Description classOpenTelemetryConnection -
Uses of TraceContextHandler in com.avioconsulting.mule.opentelemetry.internal.processor
Methods in com.avioconsulting.mule.opentelemetry.internal.processor with parameters of type TraceContextHandler Modifier and Type Method Description TraceComponentAnypointMQProcessorComponent. getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification, TraceContextHandler traceContextHandler)TraceComponentFlowProcessorComponent. getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification, TraceContextHandler traceContextHandler)TraceComponentHttpProcessorComponent. getSourceEndTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification, TraceContextHandler traceContextHandler)TraceComponentAnypointMQProcessorComponent. getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification, TraceContextHandler traceContextHandler)TraceComponentFlowProcessorComponent. getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification, TraceContextHandler traceContextHandler)TraceComponentHttpProcessorComponent. getSourceStartTraceComponent(org.mule.runtime.api.notification.EnrichedServerNotification notification, TraceContextHandler traceContextHandler)
-