Uses of Class
org.graylog.events.notifications.DBNotificationService
Packages that use DBNotificationService
Package
Description
-
Uses of DBNotificationService in org.graylog.events.contentpack.facade
Constructors in org.graylog.events.contentpack.facade with parameters of type DBNotificationServiceModifierConstructorDescriptionNotificationFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, NotificationResourceHandler notificationResourceHandler, DBNotificationService notificationService, UserService userService) -
Uses of DBNotificationService in org.graylog.events.legacy
Constructors in org.graylog.events.legacy with parameters of type DBNotificationServiceModifierConstructorDescriptionLegacyAlertConditionMigrator(MongoConnection mongoConnection, EventDefinitionHandler eventDefinitionHandler, NotificationResourceHandler notificationResourceHandler, DBNotificationService dbNotificationService, UserService userService, int alertCheckInterval) -
Uses of DBNotificationService in org.graylog.events.notifications
Constructors in org.graylog.events.notifications with parameters of type DBNotificationServiceModifierConstructorDescriptionEventNotificationExecutionJob(JobDefinitionDto jobDefinition, DBNotificationService dbNotificationService, DBEventDefinitionService eventDefinitionService, DBNotificationGracePeriodService notificationGracePeriodService, Map<String, EventNotification.Factory> eventNotificationFactories, EventsConfigurationProvider configurationProvider, EventNotificationExecutionMetrics metrics) EventNotificationHandler(DBJobDefinitionService jobDefinitionService, DBJobTriggerService jobTriggerService, DBNotificationService notificationService, NotificationGracePeriodService notificationGracePeriodService) NotificationResourceHandler(DBNotificationService notificationService, DBJobDefinitionService jobDefinitionService, DBEventDefinitionService eventDefinitionService, Map<String, EventNotification.Factory> eventNotificationFactories) -
Uses of DBNotificationService in org.graylog.events.rest
Constructors in org.graylog.events.rest with parameters of type DBNotificationServiceModifierConstructorDescriptionEventNotificationsResource(DBNotificationService dbNotificationService, Set<AlarmCallback> availableLegacyAlarmCallbacks, NotificationResourceHandler resourceHandler, EmailConfiguration emailConfiguration, RecentActivityService recentActivityService) -
Uses of DBNotificationService in org.graylog.grn.providers
Constructors in org.graylog.grn.providers with parameters of type DBNotificationServiceModifierConstructorDescriptionEventNotificationGRNDescriptorProvider(DBNotificationService dbNotificationService) -
Uses of DBNotificationService in org.graylog2.migrations
Constructors in org.graylog2.migrations with parameters of type DBNotificationServiceModifierConstructorDescriptionV20191129134600_CreateInitialUrlWhitelist(ClusterConfigService clusterConfigService, UrlWhitelistService whitelistService, DBDataAdapterService dataAdapterService, DBNotificationService notificationService, RegexHelper regexHelper)