Spring Cloud DataFlow 自动化 运行
Spring Cloud DataFlow automated run
我希望我的应用程序在满足某些条件(某些事件引发)后 运行 DataFlow 任务。
有什么方法可以从代码 运行
- 引发了一些事件
- Spring DataFlow 开始一些任务
没有 Spring DataFlow shell,只是从我的代码开始(在 DataFlow 等中注册应用程序)?
您可以利用 "stream-launching-a-task" 功能自动启动任意短期任务应用程序。
SCDF 还提供了 REST-API and an REST-template,可用于编程编排,而不是 DSL/Shell。
查看此 example orchestration 了解模式详细信息
我希望我的应用程序在满足某些条件(某些事件引发)后 运行 DataFlow 任务。 有什么方法可以从代码 运行
- 引发了一些事件
- Spring DataFlow 开始一些任务
没有 Spring DataFlow shell,只是从我的代码开始(在 DataFlow 等中注册应用程序)?
您可以利用 "stream-launching-a-task" 功能自动启动任意短期任务应用程序。
SCDF 还提供了 REST-API and an REST-template,可用于编程编排,而不是 DSL/Shell。
查看此 example orchestration 了解模式详细信息