Class NotificationEventBlockingQueue

All Implemented Interfaces:
Iterable<NotificationEvent>, Collection<NotificationEvent>, BlockingQueue<NotificationEvent>, Queue<NotificationEvent>

public class NotificationEventBlockingQueue extends RoundRobinBlockingQueue<NotificationEvent>
Preliminary implementation for priority queuing products.
  • Constructor Details

    • NotificationEventBlockingQueue

      public NotificationEventBlockingQueue()
  • Method Details