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
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
Object describes notification (or set of notifications) that should be sent.static interface
Provides 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
-