Interface OpenTelemetrySpanHandler
-
- All Superinterfaces:
CallbackEventHandler
,CloseEventHandler
,ContinuationStateStackEventHandler
,OpenEventHandler
- All Known Implementing Classes:
SpanHandler
public interface OpenTelemetrySpanHandler extends OpenEventHandler, CloseEventHandler, CallbackEventHandler, ContinuationStateStackEventHandler
Interface for the controller which handles OpenTelemetry compatible spans, with respect to various events received during Synapse message flow.
-
-
Method Summary
-
Methods inherited from interface org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.event.CallbackEventHandler
handleAddCallback, handleCallbackCompletionEvent, handleReportCallbackHandlingCompletion, handleUpdateParentsForCallback
-
Methods inherited from interface org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.event.CloseEventHandler
handleCloseEntryEvent, handleCloseFlowForcefully, handleTryEndFlow
-
Methods inherited from interface org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.event.ContinuationStateStackEventHandler
handleStateStackClearance, handleStateStackInsertion, handleStateStackRemoval
-
Methods inherited from interface org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.event.OpenEventHandler
handleOpenChildEntryEvent, handleOpenContinuationEvents, handleOpenEntryEvent, handleOpenFlowAggregateEvent, handleOpenFlowAsynchronousEvent, handleOpenFlowContinuableEvent, handleOpenFlowSplittingEvent
-
-