Class SimpleEventQueue
java.lang.Object
io.opencensus.implcore.internal.SimpleEventQueue
- All Implemented Interfaces:
EventQueue
An
EventQueue that processes events in the current thread. This class can be used for
testing.-
Nested Class Summary
Nested classes/interfaces inherited from interface EventQueue
EventQueue.Entry -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleEventQueue
public SimpleEventQueue()
-
-
Method Details
-
enqueue
- Specified by:
enqueuein interfaceEventQueue
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceEventQueue
-