avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-idempotent-spring-boot-starter
/
io.github.lishangbu.avalon.idempotent.key
/
IdempotentKeyResolver
Idempotent
Key
Resolver
interface
IdempotentKeyResolver
Resolves the final idempotent key for an invocation.
Inheritors
SpelIdempotentKeyResolver
Members
Functions
resolve
Link copied to clipboard
abstract
fun
resolve
(
joinPoint
:
ProceedingJoinPoint
,
method
:
Method
,
annotation
:
Idempotent
)
:
String