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 aNotificationLogcontaining 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 newNotificationLogRepresentationrepresenting the givenNotificationLog, and using the givenObjectSerializerto serialize the domain events.