| Method and Description |
|---|
| org.axonframework.extensions.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.
|
| org.axonframework.extensions.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.extensions.mongo.eventsourcing.eventstore.MongoEventStorageEngine.Builder.snapshotFilter(Predicate<? super DomainEventData<?>>) |
Copyright © 2010–2022. All rights reserved.