Rest
Since Camel Quarkus 0.2.0, JVM and native
Expose REST services and their OpenAPI Specification or call external REST services.
What’s inside
-
REST component, URI syntax:
rest:method:path:uriTemplate
-
REST API component, URI syntax:
rest-api:path/contextIdPattern
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-rest</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.