| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMongoTemplate
MongoTemplate instance giving direct access to the TrackingToken collection via a given MongoClient instance.
|
| Modifier and Type | Method and Description |
|---|---|
MongoSagaStore.Builder |
MongoSagaStore.Builder.mongoTemplate(MongoTemplate mongoTemplate)
Sets the
MongoTemplate providing access to the collections. |
| Modifier and Type | Method and Description |
|---|---|
MongoEventStorageEngine.Builder |
MongoEventStorageEngine.Builder.mongoTemplate(MongoTemplate template)
Sets the
MongoTemplate used to obtain the database and the collections. |
| Modifier and Type | Method and Description |
|---|---|
MongoTokenStore.Builder |
MongoTokenStore.Builder.mongoTemplate(MongoTemplate mongoTemplate)
Sets the
MongoTemplate providing access to the collection which stores the TrackingTokens. |
Copyright © 2010–2022. All rights reserved.