Class IdempotencyEndpoints


  • public class IdempotencyEndpoints
    extends Object
    • Constructor Detail

      • IdempotencyEndpoints

        public IdempotencyEndpoints()
    • Method Detail

      • addIdempotencyEndpoint

        public IdempotencyEndpoint addIdempotencyEndpoint​(String endpoint,
                                                          org.springframework.http.HttpMethod... methods)
      • getUrlPatterns

        public String[] getUrlPatterns()
      • generateKey

        public String generateKey​(javax.servlet.http.HttpServletRequest request)
                           throws com.github.damianwajser.exceptions.RestException
        Throws:
        com.github.damianwajser.exceptions.RestException
      • isApplicable

        public boolean isApplicable​(javax.servlet.http.HttpServletRequest request)