AggregateIdScanner
interface AggregateIdScanner
Interface for scanning aggregate IDs within a named aggregate. Provides functionality to retrieve aggregate IDs in a paginated manner.
Inheritors
Functions
Link copied to clipboard
abstract fun scanAggregateId(namedAggregate: NamedAggregate, afterId: String = FIRST_ID, limit: Int = 10): Flux<AggregateId>
Scans for aggregate IDs within the specified named aggregate, starting after the given ID. Returns a limited number of aggregate IDs in lexicographical order.