@AutoService(value=org.apache.dolphinscheduler.alert.api.AlertChannelFactory.class) public final class TelegramAlertChannelFactory extends Object implements AlertChannelFactory
| Constructor and Description |
|---|
TelegramAlertChannelFactory() |
| Modifier and Type | Method and Description |
|---|---|
AlertChannel |
create() |
String |
name() |
List<org.apache.dolphinscheduler.spi.params.base.PluginParams> |
params() |
public String name()
name in interface AlertChannelFactorypublic AlertChannel create()
create in interface AlertChannelFactorypublic List<org.apache.dolphinscheduler.spi.params.base.PluginParams> params()
params in interface AlertChannelFactoryCopyright © 2022 The Apache Software Foundation. All rights reserved.