Wow
Toggle table of contents
5.3.8
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
example-domain
/
me.ahoo.wow.example.domain.cart
Package-level
declarations
Types
Properties
Types
Cart
Link copied to clipboard
@
StaticTenantId
@
AggregateRoot
(
commands
=
[
MountedCommand::class
,
ViewCart::class
]
)
@
AggregateRoute
(
owner
=
AggregateRoute.Owner.AGGREGATE_ID
)
class
Cart
(
state
:
CartState
)
Cart
Saga
Link copied to clipboard
class
CartSaga
Cart
State
Link copied to clipboard
class
CartState
(
val
id
:
String
)
:
ICartInfo
Properties
MAX_
CART_
ITEM_
SIZE
Link copied to clipboard
const
val
MAX_CART_ITEM_SIZE
:
Int
=
100