Uses of Interface
com.trendyol.jdempotent.core.callback.ErrorConditionalCallback
Package | Description |
---|---|
com.trendyol.jdempotent.core.aspect |
-
Uses of ErrorConditionalCallback in com.trendyol.jdempotent.core.aspect
Constructors in com.trendyol.jdempotent.core.aspect with parameters of type ErrorConditionalCallback Constructor Description IdempotentAspect(ErrorConditionalCallback errorCallback)
IdempotentAspect(ErrorConditionalCallback errorCallback, DefaultKeyGenerator keyGenerator)
IdempotentAspect(IdempotentRepository idempotentRepository, ErrorConditionalCallback errorCallback)
IdempotentAspect(IdempotentRepository idempotentRepository, ErrorConditionalCallback errorCallback, DefaultKeyGenerator keyGenerator)