We want to add programmatically created endpoints to our Quarkus application. As mentioned in Quarkus – Dynamically add / remove REST Endpoint at runtime not possible, there seams to be no way to do so on runtime. That’s fine for us, on initiation would also work. How can we achieve that?
So fare I tried to find some Bean where the rest endpoints/path are registered and matched. But no luck.