Class ActiveSpanManager.Holder

java.lang.Object
org.apache.camel.tracing.ActiveSpanManager.Holder
Enclosing class:
ActiveSpanManager

public static class ActiveSpanManager.Holder extends Object
Simple holder for the currently active span and an optional reference to the parent holder. This will be used to maintain a stack for spans, built up during the execution of multiple chained camel exchanges, and then unwound when the responses are processed.