raptor-domain
0.17.11
raptor-domain
/
io.fluidsonic.raptor.domain
/
RaptorAggregate
Raptor
Aggregate
interface
RaptorAggregate
<
Id
:
RaptorAggregateId
,
in
Command
:
RaptorAggregateCommand
<
Id
>
,
Change
:
RaptorAggregateChange
<
Id
>
>
:
RaptorEntity
<
Id
>
Functions
Properties
Functions
copy
Link copied to clipboard
abstract
fun
copy
(
)
:
RaptorAggregate
<
Id
,
Command
,
Change
>
execute
Link copied to clipboard
abstract
fun
execute
(
command
:
Command
)
:
List
<
Change
>
handle
Link copied to clipboard
abstract
fun
handle
(
change
:
Change
)
Properties
id
Link copied to clipboard
abstract
override
val
id
:
Id