IdempotentAspect
class IdempotentAspect(properties: IdempotentProperties, keyResolver: IdempotentKeyResolver, idempotentLeaseManager: IdempotentLeaseManager, idempotentStore: IdempotentStore, jsonMapper: JsonMapper)
Intercepts methods annotated with Idempotent.
Constructors
Link copied to clipboard
constructor(properties: IdempotentProperties, keyResolver: IdempotentKeyResolver, idempotentLeaseManager: IdempotentLeaseManager, idempotentStore: IdempotentStore, jsonMapper: JsonMapper)