scanAggregateId

open override fun scanAggregateId(namedAggregate: NamedAggregate, afterId: String, limit: Int): Flux<AggregateId>

Scans aggregate IDs from the in-memory map, sorted and filtered by afterId and limit.

Return

a Flux of aggregate IDs

Parameters

namedAggregate

the named aggregate (not used in this implementation)

afterId

the ID to start scanning after

limit

the maximum number of IDs to return