I’m trying to get the Camel route Id of the route that my component is running inside when my component is started, but I can’t seem to figure out how to navigate the Camel APIs to get what I’m after.
I have basically a DefaultEndpoint, and from that endpoint, I need to get the routeId. Any ideas?