@EnableAutoConfiguration
@ComponentScan(value={"org.apache.dolphinscheduler.alert","org.apache.dolphinscheduler.dao"})
public class AlertServer
extends Object
implements Closeable
| Constructor and Description |
|---|
AlertServer(PluginDao pluginDao,
AlertDao alertDao,
AlertPluginManager alertPluginManager,
AlertSender alertSender,
AlertRequestProcessor alertRequestProcessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(String[] args) |
void |
start(org.springframework.boot.context.event.ApplicationReadyEvent readyEvent) |
public AlertServer(PluginDao pluginDao, AlertDao alertDao, AlertPluginManager alertPluginManager, AlertSender alertSender, AlertRequestProcessor alertRequestProcessor)
public static void main(String[] args)
@EventListener public void start(org.springframework.boot.context.event.ApplicationReadyEvent readyEvent)
@PreDestroy public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2022 The Apache Software Foundation. All rights reserved.