Package ca.uhn.fhir.jpa.interceptor
package ca.uhn.fhir.jpa.interceptor
-
Class SummaryClassDescriptionThis interceptor looks for a header on incoming requests called
X-Retry-On-Version-Conflictand if present, it will instruct the server to automatically retry JPA server operations that would have otherwise failed with aResourceVersionConflictException(HTTP 409).