Package io.jmix.notifications
Interface NotificationManager
- All Known Implementing Classes:
NotificationManagerImpl
public interface NotificationManager
Service provides methods to send notifications to users.
-
Nested Class Summary
Nested 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 Summary
Modifier and TypeMethodDescriptionStarts creating new notifications via fluent API.
-
Method Details
-
createNotification
NotificationManager.InputSubject createNotification()Starts creating new notifications via fluent API.- Returns:
- builder
-