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, 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 Inbox queue.- Returns:
- instance of event Inbox queue
-