Package io.opencensus.implcore.internal
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
-
Method Details
-
process
void process()Process the event associated with this entry. This will be called for every event in the associatedEventQueue
.
-