Package com.nt.udc.testnodechain.queue
Class EventQueueProducer
java.lang.Object
com.nt.udc.testnodechain.queue.EventQueueProducer
The EventQueueProducer class is responsible for adding events to the event queue.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EventQueueProducer
-
-
Method Details
-
addEvent
Adds a TNCEvent to the queue. This method is responsible for adding a TNCEvent to the queue for consumption. If the queue is full, the event is discarded silently TODO :: https://gbujira.oraclecorp.com/browse/OMS-30150 - Handle cases where eventQueue can no longer take events- Parameters:
event
- The TNCEvent to be added to the system.
-