Lars Heinemann created CAMEL-20891:
--------------------------------------
Summary: Improve the catalog documentation for Processor's Ref
attribute.
Key: CAMEL-20891
URL: https://issues.apache.org/jira/browse/CAMEL-20891
Project: Camel
Issue Type: Improvement
Components: camel-catalog
Affects Versions: 4.6.0
Reporter: Lars Heinemann
Improve the catalog documentation for Processor's Ref attribute. Currently it
is this:
{code:java}
"Reference to the Processor to lookup in the registry to use. Can also be used
for creating new beans by their class name by prefixing with #class, eg
#class:com.foo.MyClassType. And it is also possible to refer to singleton beans
by their type in the registry by prefixing with #type: syntax, eg
#type:com.foo.MyClassType" {code}
However there are more options here. You could reference a key in the
application.properties via `\{{key}}` or you could also reference a bean with
`#bean:myBeanId`. There might be even more options people would love to know
about.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)