Class EventPublishingContextWrapper
java.lang.Object
io.micrometer.tracing.otel.bridge.EventPublishingContextWrapper
- All Implemented Interfaces:
Function<io.opentelemetry.context.ContextStorage, io.opentelemetry.context.ContextStorage>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn event with context attached.static classEvent related to closing a scope.static classEvent related to restoring a scope. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.opentelemetry.context.ContextStorageapply(io.opentelemetry.context.ContextStorage contextStorage)
-
Constructor Details
-
EventPublishingContextWrapper
Creates a new instance ofEventPublishingContextWrapper.- Parameters:
publisher- an event publisher
-
-
Method Details
-
apply
-