Uses of Class
com.reallifedeveloper.common.application.notification.PublishedMessageTracker
Packages that use PublishedMessageTracker
Package
Description
Code to notify other systems about domain events that have occurred in this system and that have
been saved in an
EventStore
.-
Uses of PublishedMessageTracker in com.reallifedeveloper.common.application.notification
Methods in com.reallifedeveloper.common.application.notification with type parameters of type PublishedMessageTrackerModifier and TypeMethodDescription<P extends PublishedMessageTracker>
PPublishedMessageTrackerRepository.save
(P messageTracker) Saves or updates the givenPublishedMessageTracker
.Methods in com.reallifedeveloper.common.application.notification that return types with arguments of type PublishedMessageTrackerModifier and TypeMethodDescriptionPublishedMessageTrackerRepository.findByPublicationChannel
(String publicationChannel) Gives thePublishedMessageTracker
associated with the given publication channel, if available.