Hi, I see there is a function YamlRoutesBuilderLoader, which returns a routes loader. It returns a RouteBuilder (?). I also see a build method, but that wants a yaml deserialization context (?).
Is there any straightforward example of how to use the RouteBuilder returned by YamlRoutesBuilderLoader to load a route specified in a String or InputStream, in the 4.10.x series? I've tried about ten variants proposed by AIs that think they know more than they do, and it seems like there must be a method somewhere like loadYamlRouteFromStream. Thanks for any light that you can shed. Mitch