Class BpmNotificationSender

java.lang.Object
io.jmix.bpm.notifications.BpmNotificationSender

@Component @ConditionalOnClass(name="io.jmix.notifications.NotificationManager") public class BpmNotificationSender extends Object
  • Constructor Details

    • BpmNotificationSender

      public BpmNotificationSender()
  • Method Details

    • sendNotification

      public void sendNotification(org.springframework.security.core.userdetails.UserDetails recipient, String subject, String body, List<String> notificationChannels, ContentType contentType)
      Performs notification sending via User Notification add-on when it is installed.
      Parameters:
      recipient - the user who should receive notification
      subject - the theme of the notification
      body - the content of the notification
      notificationChannels - channels that should be used to send notifications
      contentType - the type of the content of the notification
      See Also: