Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
It may be desirable to bind a bean that is lazy evaluated via a Supplier, so you can bind a bean that is lambda based.
context.bind("foo", () ->
{ ... something that returns a bean ... });
Attachments
Issue Links
- is related to
-
CAMEL-16394 Route Template local beans
- Resolved