| Class and Description |
|---|
| org.axonframework.mongo.eventhandling.saga.repository.DefaultMongoTemplate
Use
DefaultMongoTemplate instead. |
| org.axonframework.mongo.eventsourcing.eventstore.DefaultMongoTemplate
Use
DefaultMongoTemplate instead. |
| Method and Description |
|---|
| org.axonframework.mongo.eventsourcing.eventstore.MongoEventStorageEngine.ensureIndexes()
This method is now called by the constructor instead of the dependency injection framework running
the @PostConstruct. i.e. You no longer have to call it manually if you don't use a dependency
injection framework.
|
| org.axonframework.mongo.eventsourcing.tokenstore.MongoTokenStore.ensureIndexes()
This method is now called by the constructor instead of the dependency injection framework running
the @PostConstruct. i.e. You no longer have to call it manually if you don't use a dependency
injection framework.
|
Copyright © 2010–2019. All rights reserved.