Uses of Interface
org.graylog2.notifications.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in org.graylog.events.processor.systemnotification
Methods in org.graylog.events.processor.systemnotification with parameters of type NotificationModifier and TypeMethodDescriptionSystemNotificationRenderService.render(Notification notification) SystemNotificationRenderService.render(Notification notification, SystemNotificationRenderService.Format format, Map<String, Object> values) -
Uses of Notification in org.graylog2.notifications
Classes in org.graylog2.notifications that implement NotificationMethods in org.graylog2.notifications that return NotificationModifier and TypeMethodDescriptionNotification.addSeverity(Notification.Severity severity) NotificationImpl.addSeverity(Notification.Severity severity) Notification.addTimestamp(org.joda.time.DateTime timestamp) NotificationImpl.addTimestamp(org.joda.time.DateTime timestamp) Notification.addType(Notification.Type type) NotificationImpl.addType(Notification.Type type) NotificationService.build()NotificationServiceImpl.build()NotificationService.buildNow()NotificationServiceImpl.buildNow()Methods in org.graylog2.notifications that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationService.all()NotificationServiceImpl.all()NotificationService.getByTypeAndKey(Notification.Type type, String key) NotificationServiceImpl.getByTypeAndKey(Notification.Type type, String key) Methods in org.graylog2.notifications with parameters of type NotificationModifier and TypeMethodDescriptionbooleanNotificationService.fixed(Notification notification) booleanNotificationServiceImpl.fixed(Notification notification) booleanNotificationService.publishIfFirst(Notification notification) booleanNotificationServiceImpl.publishIfFirst(Notification notification) -
Uses of Notification in org.graylog2.periodical
Methods in org.graylog2.periodical that return NotificationModifier and TypeMethodDescriptionprotected NotificationClusterHealthCheckThread.getNotification()