Interface IdempotencyKeyGenerator<T>
- All Known Implementing Classes:
DefaultIdempotencyKeyGenerator
public interface IdempotencyKeyGenerator<T>
-
Method Summary
Modifier and Type Method Description StringgenerateKey(org.springframework.http.HttpHeaders headers, org.springframework.http.HttpMethod method, String path, T body)