Uses of Class
com.reallifedeveloper.common.application.notification.NotificationService
Packages that use NotificationService
Package
Description
Code to notify other systems about domain events that have occurred in this system and that have
been saved in an
EventStore
.REST-ful resources and representations for working with
Notifications
.-
Uses of NotificationService in com.reallifedeveloper.common.application.notification
Constructors in com.reallifedeveloper.common.application.notification with parameters of type NotificationServiceModifierConstructorDescriptionNotificationPublisherTask
(String publicationChannel, NotificationService notificationService) Creates a newNotificationPublishingTimerTask
that publishes to the given publication channel using the givenNotificationService
. -
Uses of NotificationService in com.reallifedeveloper.common.resource.notification
Constructors in com.reallifedeveloper.common.resource.notification with parameters of type NotificationServiceModifierConstructorDescriptionNotificationResource
(NotificationService notificationService, ObjectSerializer<String> objectSerializer)