@Service(value="blNotificationDispatcher") public class NotificationDispatcherImpl extends Object implements NotificationDispatcher
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.commons.logging.Log | LOG | 
| protected List<NotificationService> | notificationServices | 
| Constructor and Description | 
|---|
| NotificationDispatcherImpl(List<NotificationService> notificationServices) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dispatchNotification(Notification notification)This method is responsible for dispatching the given notification to any relevant services. | 
protected final org.apache.commons.logging.Log LOG
protected final List<NotificationService> notificationServices
public NotificationDispatcherImpl(List<NotificationService> notificationServices)
public void dispatchNotification(Notification notification) throws ServiceException
NotificationDispatcherdispatchNotification in interface NotificationDispatchernotification - the NotificationServiceExceptionCopyright © 2020. All rights reserved.