ListSnapshotQueryContext
class ListSnapshotQueryContext<R : Any>(val namedAggregate: NamedAggregate, val queryType: QueryType, val attributes: MutableMap<String, Any> = ConcurrentHashMap()) : SnapshotQueryContext<ListSnapshotQueryContext<R>, IListQuery, Flux<R>>
Constructors
Link copied to clipboard
constructor(namedAggregate: NamedAggregate, queryType: QueryType, attributes: MutableMap<String, Any> = ConcurrentHashMap())