use of com.yahoo.athenz.zms.notification.ZMSNotificationTaskFactory in project athenz by yahoo.
the class ZMSImpl method setNotificationManager.
private void setNotificationManager() {
notificationToEmailConverterCommon = new NotificationToEmailConverterCommon(userAuthority);
ZMSNotificationTaskFactory zmsNotificationTaskFactory = new ZMSNotificationTaskFactory(dbService, userDomainPrefix, notificationToEmailConverterCommon);
notificationManager = new NotificationManager(zmsNotificationTaskFactory.getNotificationTasks(), userAuthority);
}
Aggregations