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