Package io.jmix.notifications
Interface NotificationManager
- All Known Implementing Classes:
- NotificationManagerImpl
public interface NotificationManager
Service provides methods to send notifications to users.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceObject describes notification (or set of notifications) that should be sent.static interfaceProvides Fluent API for NotificationRequest creation.static interface
- 
Method SummaryModifier and TypeMethodDescriptionStarts creating new notifications via fluent API.
- 
Method Details- 
createNotificationNotificationManager.InputSubject createNotification()Starts creating new notifications via fluent API.- Returns:
- builder
 
 
-