getChecker

abstract fun getChecker(namedAggregate: NamedAggregate): IdempotencyChecker

Gets the idempotency checker for the specified named aggregate. Implementations may return shared or aggregate-specific checkers.

Return

the idempotency checker for the aggregate

Parameters

namedAggregate

the named aggregate for which to get the checker