Uses of Interface
com.skava.service.SendNotificationsService
Packages that use SendNotificationsService
Package
Description
Consists Notification Event Listener
Notification service implementations.
Notification Controller classes.
-
Uses of SendNotificationsService in com.skava.event.message
Constructors in com.skava.event.message with parameters of type SendNotificationsServiceModifierConstructorDescriptionNotificationEventListener
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SendNotificationsService sendNotification) Instantiates a new notification event listener. -
Uses of SendNotificationsService in com.skava.service.impl
Classes in com.skava.service.impl that implement SendNotificationsServiceModifier and TypeClassDescriptionclass
The Class SendNotificationsServiceImpl.
This class is used to send notification according to the input. -
Uses of SendNotificationsService in com.skava.web
Constructors in com.skava.web with parameters of type SendNotificationsServiceModifierConstructorDescriptionNotificationController
(SendNotificationsService sendnotificationService) Instantiates a new notification controller.