Interface IdempotencyKeyGenerator<T>

All Known Implementing Classes:
DefaultIdempotencyKeyGenerator

public interface IdempotencyKeyGenerator<T>
  • Method Summary

    Modifier and Type Method Description
    String generateKey​(org.springframework.http.HttpHeaders headers, org.springframework.http.HttpMethod method, String path, T body)  
  • Method Details

    • generateKey

      String generateKey​(org.springframework.http.HttpHeaders headers, org.springframework.http.HttpMethod method, String path, T body)