Interface EventQueue.Entry

All Known Implementing Classes:
InProcessSampledSpanStoreImpl.RegisterSpanNameEvent, InProcessSampledSpanStoreImpl.UnregisterSpanNameEvent, StartEndHandlerImpl.SpanEndEvent, StartEndHandlerImpl.SpanStartEvent, StatsManager.StatsEvent
Enclosing interface:
EventQueue

public static interface EventQueue.Entry
Base interface to be used for all entries in EventQueue. For example usage, see DisruptorEventQueue.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process the event associated with this entry.
  • Method Details

    • process

      void process()
      Process the event associated with this entry. This will be called for every event in the associated EventQueue.