Interface NotificationService
- All Known Implementing Classes:
DefaultEmailNotificationServiceImpl
,DefaultSMSNotificationServiceImpl
public interface NotificationService
- Author:
- Nick Crum ncrum
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canHandle
(Class<? extends Notification> clazz) void
sendNotification
(Notification notification)
-
Method Details
-
canHandle
-
sendNotification
-