PagedSnapshotQueryContext
class PagedSnapshotQueryContext<R : Any>(val namedAggregate: NamedAggregate, val queryType: QueryType, val attributes: MutableMap<String, Any> = ConcurrentHashMap()) : SnapshotQueryContext<PagedSnapshotQueryContext<R>, IPagedQuery, Mono<PagedList<R>>>
Constructors
Link copied to clipboard
constructor(namedAggregate: NamedAggregate, queryType: QueryType, attributes: MutableMap<String, Any> = ConcurrentHashMap())
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun rewriteResult(rewrite: (Mono<PagedList<R>>) -> Mono<PagedList<R>>): PagedSnapshotQueryContext<R>
Link copied to clipboard
Link copied to clipboard