Class QueueWithConfirmation<T>
- Namespace
- Common
- Assembly
- Lykke.Common.dll
Threadsafe queue with confirmation of success of handling message
public class QueueWithConfirmation<T>
Type Parameters
T
Message type
- Inheritance
-
QueueWithConfirmation<T>
- Inherited Members
- Extension Methods
Constructors
QueueWithConfirmation()
public QueueWithConfirmation()
Methods
Dequeue()
public QueueWithConfirmation<T>.QueueItem Dequeue()
Returns
Enqueue(T)
public void Enqueue(T item)
Parameters
item
T