Uses of Interface
com.reallifedeveloper.common.application.notification.NotificationPublisher
Packages that use NotificationPublisher
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 working with message queues.
-
Uses of NotificationPublisher in com.reallifedeveloper.common.application.notification
Constructors in com.reallifedeveloper.common.application.notification with parameters of type NotificationPublisherModifierConstructorDescriptionNotificationService
(EventStore eventStore, PublishedMessageTrackerRepository messageTrackerRepository, NotificationPublisher notificationPublisher) Creates a newNotificationService
that uses the given components. -
Uses of NotificationPublisher in com.reallifedeveloper.common.infrastructure.messaging
Classes in com.reallifedeveloper.common.infrastructure.messaging that implement NotificationPublisherModifier and TypeClassDescriptionfinal class
An implementation of theNotificationPublisher
interface which uses Apache Kafka.final class
An implementation of theNotificationPublisher
interface that uses RabbiMQ.