Uses of Interface
org.axonframework.mongo3.eventstore.MongoTemplate

Packages that use MongoTemplate
org.axonframework.mongo3.eventstore   
 

Uses of MongoTemplate in org.axonframework.mongo3.eventstore
 

Classes in org.axonframework.mongo3.eventstore that implement MongoTemplate
 class DefaultMongoTemplate
          Default implementation for the MongoTemplate.
 

Constructors in org.axonframework.mongo3.eventstore with parameters of type MongoTemplate
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-2016. All Rights Reserved.