@ApplicationScoped public class NotificationCoalescer extends Object
NotificationCoalescer
is used to coalesce notifications.
All beans implementing ICoalescer<T>
Constructor and Description |
---|
NotificationCoalescer() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildCoalescerLinking() |
<T extends Serializable> |
coalesce(List<T> notificationsIn) |
@PostConstruct protected void buildCoalescerLinking()
public <T extends Serializable> List<T> coalesce(List<T> notificationsIn)
Copyright © 2010–2018. All rights reserved.