@AutoService(value=org.apache.dolphinscheduler.spi.task.TaskChannelFactory.class) public class ShellTaskChannelFactory extends Object implements TaskChannelFactory
| Constructor and Description |
|---|
ShellTaskChannelFactory() |
| Modifier and Type | Method and Description |
|---|---|
TaskChannel |
create() |
String |
getName() |
List<PluginParams> |
getParams() |
public TaskChannel create()
create in interface TaskChannelFactorypublic String getName()
getName in interface UiChannelFactorypublic List<PluginParams> getParams()
getParams in interface UiChannelFactoryCopyright © 2021 The Apache Software Foundation. All rights reserved.