appender of a ConflationQueue for instance useful to
record performance metrics related to enqueue operations.AtomicConflationQueueExchangeConflationQueue subtypes.ConflationQueueBuilder.EvictConflationQueue.MergeConflationQueue.enqueued.EvictConflationQueue.MergeConflationQueue.ExchangeConflationQueue whose appender is guaranteed to never return null on enqueue.Appender whose enqueue(..) method is guaranteed to
never return null.conflation queues --
efficient lock-free queues with a built-in safety mechanism to prevent overflow by the producer.poll methods.poller of a ConflationQueue for instance useful to
record performance metrics related to poll operations.ExchangeConflationQueue.MergeConflationQueue.