NoOpIdempotencyChecker

No-operation implementation of IdempotencyChecker that always allows operations to proceed. This implementation always returns true, effectively disabling idempotency checking. Useful for scenarios where idempotency is not required or is handled elsewhere.

Functions

Link copied to clipboard
open override fun check(element: String): Mono<Boolean>

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