Wow
Toggle table of contents
9.0.16
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-query
/
me.ahoo.wow.query.snapshot
/
dynamicQuery
dynamic
Query
fun
IListQuery
.
dynamicQuery
(
queryGateway
:
SnapshotQueryGateway
<
*
>
)
:
Flux
<
ObjectNode
>
fun
IPagedQuery
.
dynamicQuery
(
queryGateway
:
SnapshotQueryGateway
<
*
>
)
:
Mono
<
PagedList
<
ObjectNode
>
>
fun
ICursorQuery
.
dynamicQuery
(
queryGateway
:
SnapshotQueryGateway
<
*
>
)
:
Mono
<
CursorPage
<
ObjectNode
>
>
fun
ISingleQuery
.
dynamicQuery
(
queryGateway
:
SnapshotQueryGateway
<
*
>
)
:
Mono
<
ObjectNode
>