Uses of Package
com.reallifedeveloper.common.application.notification
Packages that use com.reallifedeveloper.common.application.notification
Package
Description
Code to notify other systems about domain events that have occurred in this system and that have
been saved in an
EventStore
.Concrete implementations of interfaces in the
com.reallifedeveloper.common
package.Support classes for working with message queues.
Support classes for creating JPA repositories.
REST-ful resources and representations for working with
Notifications
.-
Classes in com.reallifedeveloper.common.application.notification used by com.reallifedeveloper.common.application.notificationClassDescriptionA notification is information about a domain event that has occurred, and that has been stored in an
EventStore
.A factory forNotifications
.A notification log holds a list ofNotifications
, i.e., information about domain events that have occurred and have been stored in anEventStore
.The ID of aNotificationLog
, representing an interval ofNotifications
that can be held in the log.A publisher of notifications.An application service to work withNotificationLogs
.Keeps track of the most recently published message on a certain publication channel.Repository to work withPublishedMessageTracker
objects. -
Classes in com.reallifedeveloper.common.application.notification used by com.reallifedeveloper.common.infrastructureClassDescriptionA reader of serialized
Notifications
, that lets the user read information from the notification without having to deserialize it to a Java object. -
Classes in com.reallifedeveloper.common.application.notification used by com.reallifedeveloper.common.infrastructure.messagingClassDescriptionA notification is information about a domain event that has occurred, and that has been stored in an
EventStore
.A publisher of notifications. -
Classes in com.reallifedeveloper.common.application.notification used by com.reallifedeveloper.common.infrastructure.persistence
-
Classes in com.reallifedeveloper.common.application.notification used by com.reallifedeveloper.common.resource.notificationClassDescriptionA notification is information about a domain event that has occurred, and that has been stored in an
EventStore
.A notification log holds a list ofNotifications
, i.e., information about domain events that have occurred and have been stored in anEventStore
.An application service to work withNotificationLogs
.