Package io.opencensus.implcore.internal
Interface EventQueue
- All Known Implementing Classes:
DisruptorEventQueue
,SimpleEventQueue
public interface EventQueue
A queue that processes events. See
DisruptorEventQueue
for an example.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Base interface to be used for all entries inEventQueue
. -
Method Summary
-
Method Details
-
enqueue
-
shutdown
void shutdown()
-