public void handleNotification(Notification notification, Object object) {
// This will do client side filter
if (Arrays.asList(n.getTypes()).contains(notification.getType())) {
EmsNotificationEvent event =
new EmsNotificationEvent(
n.getBean(),
notification.getMessage(),
notification.getSequenceNumber(),
notification.getType(),
notification.getTimeStamp(),