davsclaus commented on pull request #5824: URL: https://github.com/apache/camel/pull/5824#issuecomment-885867678
The endpoint constructor takes in a set of standard options like uri, remaning, component etc so it looks okay as it is now. Then the endpoint is further configurered via getter/setter and whatnot, and potential afterProperties and other special interfaces it can extend. Then there are the lifecycle phases with build, init, start that setup the endpoint and load resources, create clients, thread pools or whatnot. Where do you see current code that this component could do something the "new way" ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
