Class EventPublishingContextWrapper.ScopeRestoredEvent

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

public static class EventPublishingContextWrapper.ScopeRestoredEvent extends Object
Event related to restoring a scope.
  • Constructor Details

    • ScopeRestoredEvent

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