Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.18.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
We should create an interface at org.apache.camel.FluentProducerTemplate and have a DefaultFluentProducerTemplate implementation.
We should then allow to create a new FluentProducerTemplate from CamelContext API as well (like for producer template)
And also allow to inject FluentProducerTemplate using @EndpointInject and @Produces in the DefaultCamelBeanPostProcessor