| Interface | Description |
|---|---|
| MongoTemplate |
Interface describing a mechanism that provides access to the Database and Collections required by the
MongoEventStore.
|
| StorageStrategy |
Interface towards the mechanism that prescribes the structure in which events are stored in the Event Store.
|
| Class | Description |
|---|---|
| DefaultMongoTemplate |
Default implementation for the
MongoTemplate. |
| DocumentPerCommitStorageStrategy |
Implementation of the StorageStrategy that stores each commit as a single document.
|
| DocumentPerEventStorageStrategy |
Implementation of the StorageStrategy that stores each event as a separate document.
|
| MongoEventStore |
Implementation of the
EventStore based on a MongoDB instance or replica set. |
| MongoFactory |
Convenience class for creating Mongo instances.
|
| MongoOptionsFactory |
Factory class used to create a
MongoOptions instance. |
Copyright © 2010-2014. All Rights Reserved.