Package com.broadleafcommerce.cartoperation.service.messaging.finalizecart
@NonNullApi
package com.broadleafcommerce.cartoperation.service.messaging.finalizecart
-
ClassDescriptionA message event dispatched to notify of a cart that is awaiting payment results before the checkout process is finalized.A message event dispatched after one or more of a cart's payments failed.Spring cloud stream channel description for messaging input.Message payload object used trigger the finalization of a cart after the cart's payments have been finalized.Message listener used to finalize carts that are in the
DefaultCartStatuses.AWAITING_PAYMENT_FINALIZATION
cart status.Spring cloud stream channel description for messaging input.Listens forPaymentTransactionResultEvents
for transactions that were executed outside the Broadleaf ecosystem as part of a checkout interaction (e.g.Spring cloud data channel description for messaging input.Scheduled Job listener that is responsible for finalizing or rolling backCarts
that have the status ofDefaultCartStatuses.AWAITING_PAYMENT_RESULT
.A reference to a payment.