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