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