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, toStringMethods inherited from class java.util.AbstractQueue
addAll, element, removeMethods inherited from class java.util.AbstractCollection
containsAll, isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-