Namespace FixAntenna.FixEngine.Storage
Classes
BackupStorageTimestampFactory
DefaultLogFileLocator
The default file locator implementation.
FilesystemStorageFactory
Provides ability to store messages in the file.
InMemoryStorageFactory
In memory storage factory implementation.
MmfStorageFactory
Provides ability to store messages in a file using the memory mapped files technology.
SlicedFileStorageFactory
StorageTimestampFactory
TimestampLogFileLocator
Interfaces
IClosable
IInitializable
ILogFileLocator
Located the full file name.
IMessageStorage
The common message storage interface.
IMessageStorageListener
Message storage listener.
IStorageFactory
Base storage factory interface. Provides ability to create incoming and outgoing storage.
To replace the standard implementation, use a storageFactory
parameter in properties file.