|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageStrategy | |
---|---|
org.axonframework.mongo3.eventstore |
Uses of StorageStrategy in org.axonframework.mongo3.eventstore |
---|
Classes in org.axonframework.mongo3.eventstore that implement StorageStrategy | |
---|---|
class |
DocumentPerCommitStorageStrategy
Implementation of the StorageStrategy that stores each commit as a single document. |
class |
DocumentPerEventStorageStrategy
Implementation of the StorageStrategy that stores each event as a separate document. |
Constructors in org.axonframework.mongo3.eventstore with parameters of type StorageStrategy | |
---|---|
MongoEventStore(MongoTemplate mongoTemplate,
Serializer eventSerializer,
StorageStrategy storageStrategy)
Initialize the mongo event store with given mongoTemplate , eventSerializer and
storageStrategy . |
|
MongoEventStore(MongoTemplate mongoTemplate,
StorageStrategy storageStrategy)
Constructor that accepts a MongoTemplate and a custom StorageStrategy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |