| Package | Description |
|---|---|
| org.axonframework.mongo.eventhandling.saga.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMongoTemplate
MongoTemplate instance providing access to the MongoDB Collection containing stored Sagas.
|
| Constructor and Description |
|---|
MongoSagaStore(MongoTemplate mongoTemplate)
Initializes the Repository, using given
mongoTemplate to access the collections containing the
stored Saga instances. |
MongoSagaStore(MongoTemplate mongoTemplate,
Serializer serializer)
Initializes the Repository, using given
mongoTemplate to access the collections containing the
stored Saga instances, serializing Saga instances using the given serializer. |
Copyright © 2010–2017. All rights reserved.