Package io.microsphere.spring.web.idempotent
-
Interface Summary Interface Description IdempotentService TheIdempotentService -
Class Summary Class Description DefaultIdempotentService The defaultIdempotentServiceimplementation which uses a weak referenceConcurrentReferenceHashMapto store the new generated token andsessioncontext to check the duplicated request with same token.IdempotentAttributes ResolvablePlaceholderAnnotationAttributesforIdempotentannotation -
Exception Summary Exception Description IdempotentException RuntimeExceptionforIdempotent -
Annotation Types Summary Annotation Type Description Idempotent Idempotent Annotation