CountSnapshotQueryContext
class CountSnapshotQueryContext(val namedAggregate: NamedAggregate, val attributes: MutableMap<String, Any> = ConcurrentHashMap()) : SnapshotQueryContext<CountSnapshotQueryContext, Condition, Mono<Long>>
Constructors
Link copied to clipboard
constructor(namedAggregate: NamedAggregate, attributes: MutableMap<String, Any> = ConcurrentHashMap())