Luca Burgazzoli created CAMEL-16584:
---------------------------------------
Summary: YAML Dsl : support for route template
Key: CAMEL-16584
URL: https://issues.apache.org/jira/browse/CAMEL-16584
Project: Camel
Issue Type: New Feature
Components: camel-yaml-dsl
Reporter: Luca Burgazzoli
Assignee: Luca Burgazzoli
Fix For: 3.10.0
The YAMl DSL does not yet support route template, we should add support for it,
something like:
{code:yaml}
- template:
beans:
- name: myBean
type: com.acme.MyBean
properties:
foo: "bar"
from:
uri: direct:start
steps:
- process: "myBean"
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)