RaptorAggregateStore

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun add(events: List<RaptorAggregateEvent<*, *>>)
Link copied to clipboard
abstract fun load(): Flow<RaptorAggregateEvent<*, *>>
Link copied to clipboard
open suspend fun start()