check

open override fun check(element: String): Mono<Boolean>

Always returns true, indicating that all elements pass the idempotency check.

Return

a Mono that always emits true

Parameters

element

the element to check (ignored in this implementation)