Uses of Enum Class
org.graylog.events.processor.systemnotification.SystemNotificationRenderService.Format
Packages that use SystemNotificationRenderService.Format
-
Uses of SystemNotificationRenderService.Format in org.graylog.events.processor.systemnotification
Methods in org.graylog.events.processor.systemnotification that return SystemNotificationRenderService.FormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SystemNotificationRenderService.Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.events.processor.systemnotification with parameters of type SystemNotificationRenderService.FormatModifier and TypeMethodDescriptionSystemNotificationRenderService.render(Notification.Type type, String key, SystemNotificationRenderService.Format format, Map<String, Object> values) SystemNotificationRenderService.render(Notification notification, SystemNotificationRenderService.Format format, Map<String, Object> values)