
Uses of Class
ca.uhn.fhir.jpa.util.TransactionSemanticsHeader.Builder
Packages that use TransactionSemanticsHeader.Builder
-
Uses of TransactionSemanticsHeader.Builder in ca.uhn.fhir.jpa.util
Methods in ca.uhn.fhir.jpa.util that return TransactionSemanticsHeader.BuilderModifier and TypeMethodDescriptionTransactionSemanticsHeader.newBuilder()
Begin building a newTransactionSemanticsHeader
instanceTransactionSemanticsHeader.Builder.withMaxRetryDelay
(Integer theMaxRetryDelay) When automatically retrying a failed transaction, the system will first sleep for a minimum of this number of milliseconds.TransactionSemanticsHeader.Builder.withMinRetryDelay
(Integer theMinRetryDelay) When automatically retrying a failed transaction, the system will first sleep for a minimum of this number of milliseconds.TransactionSemanticsHeader.Builder.withRetryCount
(Integer theRetryCount) Specifies the number of retry attempts which should be attempted if the initial transaction processing fails with any kind of error.TransactionSemanticsHeader.Builder.withTryBatchAsTransactionFirst
(boolean theTryBatchAsTransactionFirst) When processing a FHIR Batch bundle, try it as a FHIR transaction first, and only switch to batch mode on the first retry.