Class NotificationOrderSubmittedEventListener

java.lang.Object
org.broadleafcommerce.common.event.AbstractBroadleafApplicationEventListener<OrderSubmittedEvent>
org.broadleafcommerce.core.order.event.NotificationOrderSubmittedEventListener
All Implemented Interfaces:
EventListener, BroadleafApplicationListener<OrderSubmittedEvent>, org.springframework.context.ApplicationListener<OrderSubmittedEvent>

@Component("blNotificationOrderSubmittedEventListener") public class NotificationOrderSubmittedEventListener extends AbstractBroadleafApplicationEventListener<OrderSubmittedEvent>
This event listener is responsible for sending any notifications in response to an OrderSubmittedEvent. By default, this listener will handle the event synchronously unless the BroadleafApplicationEventMulticaster is injected and configured correctly to handle asynchronous events.
Author:
Nick Crum ncrum
See Also: