Uses of Class
com.trendyol.jdempotent.core.model.IdempotentResponseWrapper
Package | Description |
---|---|
com.trendyol.jdempotent.core.datasource | |
com.trendyol.jdempotent.core.model |
-
Uses of IdempotentResponseWrapper in com.trendyol.jdempotent.core.datasource
Methods in com.trendyol.jdempotent.core.datasource that return IdempotentResponseWrapper Modifier and Type Method Description IdempotentResponseWrapper
AbstractIdempotentRepository. getResponse(IdempotencyKey key)
IdempotentResponseWrapper
IdempotentRepository. getResponse(IdempotencyKey key)
Checks the cache for an existing call for this requestMethods in com.trendyol.jdempotent.core.datasource with parameters of type IdempotentResponseWrapper Modifier and Type Method Description void
AbstractIdempotentRepository. setResponse(IdempotencyKey key, IdempotentRequestWrapper request, IdempotentResponseWrapper idempotentResponse)
void
IdempotentRepository. setResponse(IdempotencyKey key, IdempotentRequestWrapper request, IdempotentResponseWrapper idempotentResponse)
-
Uses of IdempotentResponseWrapper in com.trendyol.jdempotent.core.model
Methods in com.trendyol.jdempotent.core.model that return IdempotentResponseWrapper Modifier and Type Method Description IdempotentResponseWrapper
IdempotentRequestResponseWrapper. getResponse()
Methods in com.trendyol.jdempotent.core.model with parameters of type IdempotentResponseWrapper Modifier and Type Method Description void
IdempotentRequestResponseWrapper. setResponse(IdempotentResponseWrapper response)