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)

Functions

Link copied to clipboard
fun around(joinPoint: ProceedingJoinPoint, annotation: Idempotent): Any?