Uses of Interface
com.trendyol.jdempotent.core.datasource.IdempotentRepository
Package | Description |
---|---|
com.trendyol.jdempotent.core.aspect | |
com.trendyol.jdempotent.core.datasource |
-
Uses of IdempotentRepository in com.trendyol.jdempotent.core.aspect
Methods in com.trendyol.jdempotent.core.aspect that return IdempotentRepository Modifier and Type Method Description IdempotentRepository
IdempotentAspect. getIdempotentRepository()
Methods in com.trendyol.jdempotent.core.aspect with parameters of type IdempotentRepository Modifier and Type Method Description void
IdempotentAspect. setIdempotentRepository(IdempotentRepository idempotentRepository)
Sets the cache implementationConstructors in com.trendyol.jdempotent.core.aspect with parameters of type IdempotentRepository Constructor Description IdempotentAspect(IdempotentRepository idempotentRepository)
IdempotentAspect(IdempotentRepository idempotentRepository, ErrorConditionalCallback errorCallback)
IdempotentAspect(IdempotentRepository idempotentRepository, ErrorConditionalCallback errorCallback, DefaultKeyGenerator keyGenerator)
IdempotentAspect(IdempotentRepository idempotentRepository, DefaultKeyGenerator keyGenerator)
-
Uses of IdempotentRepository in com.trendyol.jdempotent.core.datasource
Classes in com.trendyol.jdempotent.core.datasource that implement IdempotentRepository Modifier and Type Class Description class
AbstractIdempotentRepository
Includes all the methods of IdempotentRequestStoreclass
InMemoryIdempotentRepository
An implementation of the idempotent AbstractIdempotentRepository that uses as a default map