Uses of Class
com.broadleafcommerce.orderoperation.service.messaging.checkout.CheckoutCompletionEvent
Packages that use CheckoutCompletionEvent
- 
Uses of CheckoutCompletionEvent in com.broadleafcommerce.orderoperation.service.messaging.checkout
Methods in com.broadleafcommerce.orderoperation.service.messaging.checkout with parameters of type CheckoutCompletionEventModifier and TypeMethodDescriptionprotected com.broadleafcommerce.cart.client.domain.CartCheckoutCompletionListener.populateActualCart(CheckoutCompletionEvent event) protected voidCheckoutCompletionListener.populateCartItems(com.broadleafcommerce.cart.client.domain.Cart cart, CheckoutCompletionEvent event) protected voidCheckoutCompletionListener.populateFulfillmentGroups(com.broadleafcommerce.cart.client.domain.Cart cart, CheckoutCompletionEvent event) protected voidCheckoutCompletionListener.process(@NonNull CheckoutCompletionEvent event) Processes the received message by generating anOrderandOrderFulfillments.protected booleanCheckoutCompletionListener.shouldProcessEvent(CheckoutCompletionEvent event) Method parameters in com.broadleafcommerce.orderoperation.service.messaging.checkout with type arguments of type CheckoutCompletionEventModifier and TypeMethodDescriptionvoidCheckoutCompletionListener.listen(org.springframework.messaging.Message<CheckoutCompletionEvent> message) Event listener entry point.protected voidCheckoutCompletionListener.processMessage(org.springframework.messaging.Message<CheckoutCompletionEvent> message)