Namespace FixAntenna.FixEngine.Storage.Queue
Classes
FileHelper
InMemoryQueue<T>
Memory queue implementation.
MmfPersistentInMemoryQueue<T>
PersistentInMemoryQueue<T>
Persistent queue file format is the following:
1 byte record length length [n];
n bytes record length [m]
m bytes record itself
DELETE marker is byte == (byte)0;
Interfaces
IQueue<T>
IQueue interface.
IQueueable
The common queueable interface, supported by IQueue<T> .
IQueueableFactory<T>
Base IQueueable interface.