DefaultQueryContext
class DefaultQueryContext<Q : Any, R : Any>(val queryType: QueryType, val namedAggregate: NamedAggregate, val attributes: MutableMap<String, Any> = ConcurrentHashMap()) : QueryContext<Q, R>
Constructors
Link copied to clipboard
constructor(queryType: QueryType, namedAggregate: NamedAggregate, attributes: MutableMap<String, Any> = ConcurrentHashMap())