Uses of Interface
org.axonframework.eventstore.mongo.StorageStrategy

Packages that use StorageStrategy
org.axonframework.eventstore.mongo   
 

Uses of StorageStrategy in org.axonframework.eventstore.mongo
 

Classes in org.axonframework.eventstore.mongo 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.eventstore.mongo 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.
 



Copyright © 2010-2016. All Rights Reserved.