Class EventPublishingContextWrapper.ScopeAttachedEvent

java.lang.Object
io.micrometer.tracing.otel.bridge.EventPublishingContextWrapper.ScopeAttachedEvent
Enclosing class:
EventPublishingContextWrapper

public static class EventPublishingContextWrapper.ScopeAttachedEvent extends Object
An event with context attached.
Since:
1.0.0
  • Constructor Details

    • ScopeAttachedEvent

      public ScopeAttachedEvent(@Nullable io.opentelemetry.context.Context context)
      Create a new event.
      Parameters:
      context - corresponding otel context
  • Method Details