Package | Description |
---|---|
org.axonframework.eventstore.mongo |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMongoTemplate
Default implementation for the
MongoTemplate . |
Constructor and Description |
---|
MongoEventStore(MongoTemplate mongo)
Constructor that uses the default Serializer.
|
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.
|
MongoEventStore(Serializer eventSerializer,
MongoTemplate mongo)
Constructor that accepts a Serializer and the MongoTemplate.
|
Copyright © 2010-2014. All Rights Reserved.