existsRequestId

abstract fun existsRequestId(aggregateId: AggregateId, requestId: String): Mono<Boolean>

Checks whether the request ID already exists for the specified aggregate.

Return

a Mono emitting true if the request ID already exists for this aggregate

Parameters

aggregateId

the aggregate ID to check

requestId

the request identifier to check