Uses of Class
com.trendyol.jdempotent.core.model.IdempotentRequestResponseWrapper
Package | Description |
---|---|
com.trendyol.jdempotent.core.datasource |
-
Uses of IdempotentRequestResponseWrapper in com.trendyol.jdempotent.core.datasource
Methods in com.trendyol.jdempotent.core.datasource that return types with arguments of type IdempotentRequestResponseWrapper Modifier and Type Method Description protected abstract Map<IdempotencyKey,IdempotentRequestResponseWrapper>
AbstractIdempotentRepository. getMap()
protected Map<IdempotencyKey,IdempotentRequestResponseWrapper>
InMemoryIdempotentRepository. getMap()