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