Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.modeling.state
/
SimpleStateAggregate
/
SimpleStateAggregate
Simple
State
Aggregate
constructor
(
aggregateId
:
AggregateId
,
metadata
:
StateAggregateMetadata
<
S
>
,
state
:
S
,
version
:
Int
=
Version.UNINITIALIZED_VERSION
,
eventId
:
String
=
""
,
firstOperator
:
String
=
""
,
operator
:
String
=
""
,
firstEventTime
:
Long
=
0
,
eventTime
:
Long
=
0
,
deleted
:
Boolean
=
false
)