Uses of Interface
com.reallifedeveloper.common.application.notification.PublishedMessageTrackerRepository
Packages that use PublishedMessageTrackerRepository
Package
Description
Code to notify other systems about domain events that have occurred in this system and that have
been saved in an
EventStore
.Support classes for creating JPA repositories.
-
Uses of PublishedMessageTrackerRepository in com.reallifedeveloper.common.application.notification
Constructors in com.reallifedeveloper.common.application.notification with parameters of type PublishedMessageTrackerRepositoryModifierConstructorDescriptionNotificationService
(EventStore eventStore, PublishedMessageTrackerRepository messageTrackerRepository, NotificationPublisher notificationPublisher) Creates a newNotificationService
that uses the given components. -
Uses of PublishedMessageTrackerRepository in com.reallifedeveloper.common.infrastructure.persistence
Subinterfaces of PublishedMessageTrackerRepository in com.reallifedeveloper.common.infrastructure.persistenceModifier and TypeInterfaceDescriptioninterface
A Spring Data JPA "implementation" of thePublishedMessageTrackerRepository
interface.