Package-level declarations
Types
Link copied to clipboard
abstract class AbstractNotificationSender(applicationEventPublisher: ApplicationEventPublisher, userService: UserService, userQueueRepository: UserQueueRepository, notificationRepository: NotificationRepository, obligatoryNotifications: List<NotificationType>) : NotificationSender
Abstract Service for preparing and sending notification messages
Link copied to clipboard
interface NotificationSender