Class NotificationCoalescer

java.lang.Object
org.eclipse.scout.rt.server.notification.NotificationCoalescer

@ApplicationScoped public class NotificationCoalescer extends Object
The NotificationCoalescer is used to coalesce notifications.

All beans implementing ICoalescer&ltT&gt

  • Constructor Details

    • NotificationCoalescer

      public NotificationCoalescer()
  • Method Details

    • buildCoalescerLinking

      @PostConstruct protected void buildCoalescerLinking()
    • coalesce

      public <T extends Serializable> List<T> coalesce(List<T> notificationsIn)