Package com.avoka.fc.core.inbox
Class EventInboxQueue
- All Implemented Interfaces:
Serializable,Iterable<Long>,Collection<Long>,BlockingQueue<Long>,Queue<Long>
The EventInboxQueue class provides a single global in-memory instance for processing of Inbox Events.
- Since:
- 24.4.0
- 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 Inbox queue.- Returns:
- instance of event Inbox queue
-