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
/
QueryGateway
Query
Gateway
interface
QueryGateway
<
R
:
Any
>
:
NamedAggregateDecorator
Inheritors
AbstractQueryGateway
EventStreamQueryGateway
SnapshotQueryGateway
Members
Functions
aggregate
Link copied to clipboard
abstract
fun
aggregate
(
query
:
AggregationQuery
)
:
Flux
<
ObjectNode
>
count
Link copied to clipboard
abstract
fun
count
(
filter
:
FilterExpression
)
:
Mono
<
Long
>
cursor
Link copied to clipboard
abstract
fun
cursor
(
query
:
ICursorQuery
)
:
Mono
<
CursorPage
<
R
>
>
dynamic
Cursor
Link copied to clipboard
abstract
fun
dynamicCursor
(
query
:
ICursorQuery
)
:
Mono
<
CursorPage
<
ObjectNode
>
>
dynamic
List
Link copied to clipboard
abstract
fun
dynamicList
(
query
:
IListQuery
)
:
Flux
<
ObjectNode
>
dynamic
Paged
Link copied to clipboard
abstract
fun
dynamicPaged
(
query
:
IPagedQuery
)
:
Mono
<
PagedList
<
ObjectNode
>
>
dynamic
Single
Link copied to clipboard
abstract
fun
dynamicSingle
(
query
:
ISingleQuery
)
:
Mono
<
ObjectNode
>
list
Link copied to clipboard
abstract
fun
list
(
query
:
IListQuery
)
:
Flux
<
R
>
paged
Link copied to clipboard
abstract
fun
paged
(
query
:
IPagedQuery
)
:
Mono
<
PagedList
<
R
>
>
single
Link copied to clipboard
abstract
fun
single
(
query
:
ISingleQuery
)
:
Mono
<
R
>