RequestIdExistenceChecker

Checks whether a request ID already exists for a specific aggregate.

This is the authoritative existence check used after probabilistic idempotency prechecks.

Inheritors

Functions

Link copied to clipboard
abstract fun existsRequestId(aggregateId: AggregateId, requestId: String): Mono<Boolean>

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