Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.modeling.command
/
CommandState
/
STORED
STORED
STORED
Members
Properties
name
Link copied to clipboard
val
name
:
String
ordinal
Link copied to clipboard
val
ordinal
:
Int
Functions
on
Sourcing
Link copied to clipboard
open
override
fun
onSourcing
(
stateAggregate
:
StateAggregate
<
*
>
,
eventStream
:
DomainEventStream
)
:
CommandState
on
Store
Link copied to clipboard
open
fun
onStore
(
eventStore
:
EventStore
,
eventStream
:
DomainEventStream
)
:
Mono
<
CommandState
>