@ThreadSafe
public interface BaggageManagerFactory
BaggageManager
. Fully qualified class
name of the implementation should be registered in META-INF/services/io.opentelemetry.baggage.spi.BaggageManagerFactory
. io.opentelemetry.baggage.spi.BaggageManagerFactory
with value of fully qualified class name.OpenTelemetry
Modifier and Type | Method and Description |
---|---|
BaggageManager |
create()
Creates a new
BaggageManager instance. |
BaggageManager create()
BaggageManager
instance.BaggageManager
instance.