@Service(value="blEmailNotificationService") public class DefaultEmailNotificationServiceImpl extends Object implements NotificationService
Modifier and Type | Field and Description |
---|---|
protected List<EmailInfo> |
emailInfos |
protected EmailService |
emailService |
protected org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
DefaultEmailNotificationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
canHandle(Class<? extends Notification> clazz) |
void |
sendNotification(Notification notification) |
protected final org.apache.commons.logging.Log LOG
@Autowired @Qualifier(value="blEmailService") protected EmailService emailService
public boolean canHandle(Class<? extends Notification> clazz)
canHandle
in interface NotificationService
public void sendNotification(Notification notification)
sendNotification
in interface NotificationService
Copyright © 2022. All rights reserved.