Package io.opencensus.implcore.internal
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 io.opencensus.implcore.internal.EventQueue
EventQueue.Entry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleEventQueue
public SimpleEventQueue()
-
-
Method Details
-
enqueue
- Specified by:
enqueue
in interfaceEventQueue
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceEventQueue
-