Interface OtelTracer.EventPublisher

Enclosing class:
OtelTracer

public static interface OtelTracer.EventPublisher
Publisher of events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Publishes an event.
  • Method Details

    • publishEvent

      void publishEvent(Object event)
      Publishes an event.
      Parameters:
      event - event to publish