Uses of Interface
org.graylog2.plugin.alarms.callbacks.AlarmCallback
Packages that use AlarmCallback
Package
Description
-
Uses of AlarmCallback in org.graylog.events.legacy
Methods in org.graylog.events.legacy that return AlarmCallbackModifier and TypeMethodDescriptionConstructor parameters in org.graylog.events.legacy with type arguments of type AlarmCallbackModifierConstructorDescriptionLegacyAlarmCallbackFactory(com.google.inject.Injector injector, Set<Class<? extends AlarmCallback>> availableAlarmCallbacks) -
Uses of AlarmCallback in org.graylog.events.rest
Constructor parameters in org.graylog.events.rest with type arguments of type AlarmCallbackModifierConstructorDescriptionEventNotificationsResource(DBNotificationService dbNotificationService, Set<AlarmCallback> availableLegacyAlarmCallbacks, NotificationResourceHandler resourceHandler, EmailConfiguration emailConfiguration, RecentActivityService recentActivityService) -
Uses of AlarmCallback in org.graylog2.alarmcallbacks
Classes in org.graylog2.alarmcallbacks that implement AlarmCallbackMethods in org.graylog2.alarmcallbacks that return AlarmCallbackModifier and TypeMethodDescriptionAlarmCallbackFactory.create(Class<? extends AlarmCallback> alarmCallbackClass) AlarmCallbackFactory.create(AlarmCallbackConfiguration configuration) Method parameters in org.graylog2.alarmcallbacks with type arguments of type AlarmCallbackModifier and TypeMethodDescriptionAlarmCallbackFactory.create(Class<? extends AlarmCallback> alarmCallbackClass) Constructor parameters in org.graylog2.alarmcallbacks with type arguments of type AlarmCallbackModifierConstructorDescriptionAlarmCallbackFactory(com.google.inject.Injector injector, Set<Class<? extends AlarmCallback>> availableAlarmCallbacks) -
Uses of AlarmCallback in org.graylog2.plugin
Method parameters in org.graylog2.plugin with type arguments of type AlarmCallbackModifier and TypeMethodDescriptionprotected voidPluginModule.addAlarmCallback(Class<? extends AlarmCallback> alarmCallbackClass)