Uses of Interface
io.microsphere.spring.web.idempotent.IdempotentService
Packages that use IdempotentService
-
Uses of IdempotentService in io.microsphere.spring.web.idempotent
Classes in io.microsphere.spring.web.idempotent that implement IdempotentServiceModifier and TypeClassDescriptionclassThe defaultIdempotentServiceimplementation which uses a weak referenceConcurrentReferenceHashMapto store the new generated token andsessioncontext to check the duplicated request with same token.