| Package | Description |
|---|---|
| org.axonframework.extensions.mongo.eventhandling.saga.repository |
| Modifier and Type | Method and Description |
|---|---|
static MongoSagaStore.Builder |
MongoSagaStore.builder()
Instantiate a Builder to be able to create a
MongoSagaStore. |
MongoSagaStore.Builder |
MongoSagaStore.Builder.mongoTemplate(MongoTemplate mongoTemplate)
Sets the
MongoTemplate providing access to the collections. |
MongoSagaStore.Builder |
MongoSagaStore.Builder.serializer(org.axonframework.serialization.Serializer serializer)
Sets the
Serializer used to de-/serialize a Saga instance. |
| Constructor and Description |
|---|
MongoSagaStore(MongoSagaStore.Builder builder)
Instantiate a
MongoSagaStore based on the fields contained in the MongoSagaStore.Builder. |
Copyright © 2010–2022. All rights reserved.