| Package | Description |
|---|---|
| org.axonframework.saga.repository.mongo |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMongoTemplate
MongoTemplate instance providing access to the MongoDB Collection containing stored Sagas.
|
| Constructor and Description |
|---|
MongoSagaRepository(MongoTemplate mongoTemplate)
Initializes the Repository, using given
mongoTemplate to access the collections containing the
stored Saga instances. |
Copyright © 2010-2014. All Rights Reserved.