Uses of Record Class
com.reallifedeveloper.common.application.notification.NotificationLog
Packages that use NotificationLog
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 NotificationLog in com.reallifedeveloper.common.application.notification
Methods in com.reallifedeveloper.common.application.notification that return NotificationLogModifier and TypeMethodDescriptionNotificationService.currentNotificationLog
(int batchSize) Gives aNotificationLog
containing the most recentNotifications
.NotificationService.notificationLog
(NotificationLogId notificationLogId) Gives an archivedNotificationLog
. -
Uses of NotificationLog in com.reallifedeveloper.common.resource.notification
Constructors in com.reallifedeveloper.common.resource.notification with parameters of type NotificationLogModifierConstructorDescriptionNotificationLogRepresentation
(NotificationLog notificationLog, ObjectSerializer<String> objectSerializer) Creates a newNotificationLogRepresentation
representing the givenNotificationLog
, and using the givenObjectSerializer
to serialize the domain events.