| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMongoEventStorageStrategy
Abstract implementation of a Mongo
StorageStrategy. |
| Modifier and Type | Method and Description |
|---|---|
MongoEventStorageEngine.Builder |
MongoEventStorageEngine.Builder.storageStrategy(StorageStrategy storageStrategy)
Sets the
StorageStrategy specifying how to store and retrieve events and snapshots from the
collections. |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentPerCommitStorageStrategy
Implementation of a Mongo
StorageStrategy that stores one Document per commit of a batch of events. |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentPerEventStorageStrategy
|
Copyright © 2010–2022. All rights reserved.