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