observe

fun observe(commandId: CommandId): Flow<OperationSnapshot>

Observe one aggregate operation after durable account changes.


fun observe(limit: Int = 50): Flow<List<OperationSnapshot>>

Observe a bounded newest-first operation page.