Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.6.0
-
None
-
Unknown
Description
Improve the catalog documentation for Processor's Ref attribute. Currently it is this:
"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"
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.