Interface NeoNotificationService

All Superinterfaces:
Service

public interface NeoNotificationService
extends Service
Service for publishing NeoNotifications.
  • Method Details

    • publishNotifications

      void publishNotifications​(java.util.List<NeoNotification> notifications, PlatformUserContext ctx)
      Persist and Publish the provided Notification(s) to PushService
      Parameters:
      notifications - list of notifications to be persisted
      ctx - user contextual information