Route Controller and 'supervised' routes can be used on Camel Quarkus. You can configure camel.routecontroller properties in application.properties. There's an example project that demonstrates this here:
https://github.com/apache/camel-quarkus-examples/tree/main/health
The relevant part of the application configuration is here: