Class ResourceLockConceptKeys
java.lang.Object
com.broadleafcommerce.orderoperation.service.messaging.support.ResourceLockConceptKeys
Holds common concept keys used to obtain resource locks from
ResourceLockProvider.- Author:
- Samarth Dhruva (samarthd)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUsed when locking on anOrderFulfillment.static final StringUsed when locking on anOrderto perform payment execution.static final StringUsed when locking on anReturnAuthorizationto update the refund amounts forReturnAuthorizationandReturnConfirmation. -
Method Summary
-
Field Details
-
ORDER_PAYMENT_MANAGEMENT
Used when locking on anOrderto perform payment execution. For example, this is useful for preventing payment capture and payment refund flows from concurrently reading and modifying the same data.- See Also:
-
ORDER_FULFILLMENT_MANAGEMENT
Used when locking on anOrderFulfillment. For example, this is useful for preventing payment capture flow from concurrently reading and modifying the same data.- See Also:
-
RETURN_AUTHORIZATION_MANAGEMENT
Used when locking on anReturnAuthorizationto update the refund amounts forReturnAuthorizationandReturnConfirmation. For example, this is useful for preventing refund payment transaction webhook flows from concurrently reading and modifying the same data.- See Also:
-