Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-query
/
me.ahoo.wow.query
/
QueryService
Query
Service
interface
QueryService
<
R
:
Any
>
:
NamedAggregateDecorator
Inheritors
EventStreamQueryService
SnapshotQueryService
Members
Properties
aggregate
Name
Link copied to clipboard
open
override
val
aggregateName
:
String
context
Name
Link copied to clipboard
open
override
val
contextName
:
String
named
Aggregate
Link copied to clipboard
abstract
val
namedAggregate
:
NamedAggregate
Functions
count
Link copied to clipboard
abstract
fun
count
(
condition
:
Condition
)
:
Mono
<
Long
>
dynamic
List
Link copied to clipboard
abstract
fun
dynamicList
(
listQuery
:
IListQuery
)
:
Flux
<
DynamicDocument
>
dynamic
Paged
Link copied to clipboard
abstract
fun
dynamicPaged
(
pagedQuery
:
IPagedQuery
)
:
Mono
<
PagedList
<
DynamicDocument
>
>
dynamic
Single
Link copied to clipboard
abstract
fun
dynamicSingle
(
singleQuery
:
ISingleQuery
)
:
Mono
<
DynamicDocument
>
is
Same
Aggregate
Name
Link copied to clipboard
open
fun
isSameAggregateName
(
other
:
NamedAggregate
)
:
Boolean
is
Same
Bounded
Context
Link copied to clipboard
open
fun
isSameBoundedContext
(
other
:
NamedBoundedContext
)
:
Boolean
list
Link copied to clipboard
abstract
fun
list
(
listQuery
:
IListQuery
)
:
Flux
<
R
>
paged
Link copied to clipboard
abstract
fun
paged
(
pagedQuery
:
IPagedQuery
)
:
Mono
<
PagedList
<
R
>
>
single
Link copied to clipboard
abstract
fun
single
(
singleQuery
:
ISingleQuery
)
:
Mono
<
R
>