Class NotificationDispatcherImpl
java.lang.Object
org.broadleafcommerce.common.notification.service.NotificationDispatcherImpl
- All Implemented Interfaces:
NotificationDispatcher
@Service("blNotificationDispatcher")
public class NotificationDispatcherImpl
extends Object
implements NotificationDispatcher
- Author:
- Nick Crum ncrum
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.commons.logging.Log
protected final List<NotificationService>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatchNotification
(Notification notification) This method is responsible for dispatching the given notification to any relevant services.
-
Field Details
-
LOG
protected final org.apache.commons.logging.Log LOG -
notificationServices
-
-
Constructor Details
-
NotificationDispatcherImpl
-
-
Method Details
-
dispatchNotification
Description copied from interface:NotificationDispatcher
This method is responsible for dispatching the given notification to any relevant services.- Specified by:
dispatchNotification
in interfaceNotificationDispatcher
- Parameters:
notification
- the Notification- Throws:
ServiceException
-