| 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(Serializer<? super DomainEvent> eventSerializer,
MongoTemplate mongo)
Constructor that accepts a Serializer, the MongoTemplate and a string containing the testContext.
|
Copyright © 2012. All Rights Reserved.