K - the type of the conflation keyV - the type of values in the queuepublic static interface ConflationQueue.Appender<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
enqueue(K conflationKey,
V value)
Enqueue the specified value using the given conflation key.
|
V enqueue(K conflationKey, V value)
ExchangeConflationQueue
implementations an exchange value from the poller may be returned if present.conflationKey - the conflation keyvalue - the value to enqueueExchangeConflationQueue implementations