Package com.avoka.fc.core.event
Class EventConfigQueue
- All Implemented Interfaces:
Serializable
,Iterable<EventChanges>
,Collection<EventChanges>
,BlockingQueue<EventChanges>
,Queue<EventChanges>
The EventConfigQueue class provides a single global in-memory instance for ordered parsing and processing of Event messages.
- See Also:
-
Method Summary
Methods inherited from class java.util.concurrent.ArrayBlockingQueue
add, clear, contains, drainTo, drainTo, forEach, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, removeAll, removeIf, retainAll, size, spliterator, take, toArray, toArray, toString
Methods inherited from class java.util.AbstractQueue
addAll, element, remove
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, stream, toArray
-
Method Details
-
getInstance
Get the instance of event queue.- Returns:
- instance of event queue
-