public class FilteringNotifier extends AbstractEventNotifier
| Constructor and Description |
|---|
FilteringNotifier(Notifier delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
addFilter(NotificationFilter filter) |
void |
doNotify(ClientApplicationEvent event) |
Map<String,NotificationFilter> |
getNotificationFilters() |
NotificationFilter |
removeFilter(String id) |
void |
setCleanupInterval(long cleanupInterval) |
protected boolean |
shouldNotify(ClientApplicationEvent event) |
isEnabled, notify, setEnabledpublic FilteringNotifier(Notifier delegate)
protected boolean shouldNotify(ClientApplicationEvent event)
shouldNotify in class AbstractEventNotifierpublic void doNotify(ClientApplicationEvent event)
doNotify in class AbstractEventNotifierpublic String addFilter(NotificationFilter filter)
public NotificationFilter removeFilter(String id)
public Map<String,NotificationFilter> getNotificationFilters()
public void setCleanupInterval(long cleanupInterval)
Copyright © 2018 codecentric AG. All rights reserved.