Class EventQueueProducer

java.lang.Object
com.nt.udc.testnodechain.queue.EventQueueProducer

public class EventQueueProducer extends Object
The EventQueueProducer class is responsible for adding events to the event queue.
  • Constructor Details

  • Method Details

    • addEvent

      public void addEvent(TNCEventIfc event)
      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.