StartTask implements the TaskStarter interface.
(conf *task.Config)
| 23 | |
| 24 | // StartTask implements the TaskStarter interface. |
| 25 | func (c *Component) StartTask(conf *task.Config) { |
| 26 | c.taskStarter.StartTask(conf) |
| 27 | } |
| 28 | |
| 29 | func (c *Component) startTasks() { |
| 30 | for _, conf := range c.taskConfigs { |