Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.19.0
-
None
-
Unknown
-
Patch
Description
It would be easier to create new components based on camel-http4 if the HttpComponent::createEndpoint would delegate to several create* methods instead of having all the logic in one method.
I've encountered this while experimenting on a component that could be based on camel-http4 but with HttpComponent::createEndpoint performing a lot of logic needed to create the Endpoint one would end up with a lot of duplication between the HttpComponent and one's own implementation.
Attachments
Issue Links
- links to