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 newNotificationServicethat 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 classAn implementation of theNotificationPublisherinterface which uses Apache Kafka.final classAn implementation of theNotificationPublisherinterface that uses RabbiMQ.