Uses of Class
com.reallifedeveloper.common.application.notification.NotificationFactory
Packages that use NotificationFactory
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 NotificationFactory in com.reallifedeveloper.common.application.notification
Methods in com.reallifedeveloper.common.application.notification that return NotificationFactoryModifier and TypeMethodDescriptionstatic NotificationFactory
NotificationFactory.instance
(EventStore eventStore) Gives an instance of the factory that uses the givenEventStore
to createNotifications
.