@Component public final class AlertPluginManager extends Object
| Constructor and Description |
|---|
AlertPluginManager(PluginDao pluginDao) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.dolphinscheduler.alert.api.AlertChannel> |
getAlertChannel(int id) |
void |
installPlugin(org.springframework.boot.context.event.ApplicationReadyEvent readyEvent) |
int |
size() |
public AlertPluginManager(PluginDao pluginDao)
@EventListener public void installPlugin(org.springframework.boot.context.event.ApplicationReadyEvent readyEvent)
public Optional<org.apache.dolphinscheduler.alert.api.AlertChannel> getAlertChannel(int id)
public int size()
Copyright © 2022 The Apache Software Foundation. All rights reserved.