MongoSnapshotQueryBackend

class MongoSnapshotQueryBackend(val namedAggregate: NamedAggregate, val collection: MongoCollection<Document>) : AbstractMongoQueryBackend, SnapshotQueryBackend

Constructors

Link copied to clipboard
constructor(namedAggregate: NamedAggregate, collection: MongoCollection<Document>)

Properties

Link copied to clipboard
open override val collection: MongoCollection<Document>
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val namedAggregate: NamedAggregate