MongoSnapshotQueryService
class MongoSnapshotQueryService<S : Any>(val namedAggregate: NamedAggregate, val collection: MongoCollection<Document>, val converter: ConditionConverter<Bson> = SnapshotConditionConverter) : AbstractMongoQueryService<MaterializedSnapshot<S>> , SnapshotQueryService<S>
Constructors
Link copied to clipboard
constructor(namedAggregate: NamedAggregate, collection: MongoCollection<Document>, converter: ConditionConverter<Bson> = SnapshotConditionConverter)