|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
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 Summary | |
---|---|
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |