Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class NoOpSnapshotQueryService<S : Any>(val namedAggregate: NamedAggregate) : SnapshotQueryService<S>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface SnapshotQueryServiceFactory
Functions
Link copied to clipboard
Link copied to clipboard
fun IPagedQuery.dynamicQuery(queryService: SnapshotQueryService<*>): Mono<PagedList<DynamicDocument>>
Link copied to clipboard
Link copied to clipboard
fun <S : Any> IListQuery.query(queryService: SnapshotQueryService<S>): Flux<MaterializedSnapshot<S>>
fun <S : Any> IPagedQuery.query(queryService: SnapshotQueryService<S>): Mono<PagedList<MaterializedSnapshot<S>>>
fun <S : Any> ISingleQuery.query(queryService: SnapshotQueryService<S>): Mono<MaterializedSnapshot<S>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <S : DynamicDocument> Mono<PagedList<S>>.toStateDocumentPagedList(): Mono<PagedList<DynamicDocument>>
Link copied to clipboard