Uses of Class
com.broadleafcommerce.cart.service.messaging.event.CheckoutRollbackEvent
-
Packages that use CheckoutRollbackEvent Package Description com.broadleafcommerce.cart.service.messaging com.broadleafcommerce.cart.web.endpoint -
-
Uses of CheckoutRollbackEvent in com.broadleafcommerce.cart.service.messaging
Methods in com.broadleafcommerce.cart.service.messaging with parameters of type CheckoutRollbackEvent Modifier and Type Method Description void
CartNotificationService. sendRollbackEvent(CheckoutRollbackEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Sends rollback event to process the error during checkout.void
DefaultCartNotificationService. sendRollbackEvent(@NonNull CheckoutRollbackEvent event, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
protected void
DefaultCartNotificationService. validateCheckoutRollbackEvent(@NonNull CheckoutRollbackEvent event)
-
Uses of CheckoutRollbackEvent in com.broadleafcommerce.cart.web.endpoint
Methods in com.broadleafcommerce.cart.web.endpoint with parameters of type CheckoutRollbackEvent Modifier and Type Method Description void
CartEndpoint. sendRollbackEvent(CheckoutRollbackEvent event)
-