@Configuration public class AlertListenersConfiguration extends Object
| Constructor and Description |
|---|
AlertListenersConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.diagnostics.internal.dao.AlertEntityDao |
alertEntityDao() |
com.atlassian.diagnostics.internal.AlertPublisher |
alertPublisher(com.atlassian.diagnostics.internal.LoggingAlertListener loggingAlertListener,
com.atlassian.diagnostics.internal.PersistingAlertListener persistingAlertListener,
com.atlassian.diagnostics.internal.PluginHelper pluginHelper,
Executor alertPublisherExecutor) |
com.atlassian.diagnostics.internal.LoggingAlertListener |
loggingAlertListener() |
com.atlassian.diagnostics.internal.PersistingAlertListener |
persistingAlertListener(com.atlassian.diagnostics.internal.dao.AlertEntityDao alertEntityDao) |
@Bean public com.atlassian.diagnostics.internal.dao.AlertEntityDao alertEntityDao()
@Bean public com.atlassian.diagnostics.internal.LoggingAlertListener loggingAlertListener()
@Bean public com.atlassian.diagnostics.internal.PersistingAlertListener persistingAlertListener(com.atlassian.diagnostics.internal.dao.AlertEntityDao alertEntityDao)
@Bean
public com.atlassian.diagnostics.internal.AlertPublisher alertPublisher(com.atlassian.diagnostics.internal.LoggingAlertListener loggingAlertListener,
com.atlassian.diagnostics.internal.PersistingAlertListener persistingAlertListener,
com.atlassian.diagnostics.internal.PluginHelper pluginHelper,
Executor alertPublisherExecutor)
Copyright © 2002-2019 Atlassian. All Rights Reserved.