raptor-domain
0.17.11
raptor-domain
/
io.fluidsonic.raptor.domain
/
RaptorAggregateStore
Raptor
Aggregate
Store
interface
RaptorAggregateStore
Types
Functions
Types
Companion
Link copied to clipboard
object
Companion
Functions
add
Link copied to clipboard
abstract
suspend
fun
add
(
events
:
List
<
RaptorAggregateEvent
<
*
,
*
>
>
)
load
Link copied to clipboard
abstract
fun
load
(
)
:
Flow
<
RaptorAggregateEvent
<
*
,
*
>
>
start
Link copied to clipboard
open
suspend
fun
start
(
)