public class NotificationServiceImpl extends java.lang.Object implements NotificationService
Modifier and Type | Field and Description |
---|---|
private EventRepository |
eventRepository |
private NotificationTaskService |
notificationTaskService |
Constructor and Description |
---|
NotificationServiceImpl(NotificationTaskService notificationTaskService,
EventRepository eventRepository) |
Modifier and Type | Method and Description |
---|---|
void |
notifyWebhooks() |
private final NotificationTaskService notificationTaskService
private final EventRepository eventRepository
@Inject public NotificationServiceImpl(NotificationTaskService notificationTaskService, EventRepository eventRepository)
public void notifyWebhooks()
notifyWebhooks
in interface NotificationService