Package io.opencensus.implcore.internal
Interface EventQueue
-
- All Known Implementing Classes:
DisruptorEventQueue,SimpleEventQueue
public interface EventQueueA queue that processes events. SeeDisruptorEventQueuefor an example.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventQueue.EntryBase interface to be used for all entries inEventQueue.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenqueue(EventQueue.Entry entry)voidshutdown()
-
-
-
Method Detail
-
enqueue
void enqueue(EventQueue.Entry entry)
-
shutdown
void shutdown()
-
-