Servlet
JVM since0.2.0 Native since0.0.2
Serve HTTP requests by a Servlet.
What’s inside
-
Servlet component, URI syntax:
servlet:contextPath
Please refer to the above link for usage and configuration details.
Maven coordinates
Or add the coordinates to your existing project:
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-servlet</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.
Additional Camel Quarkus configuration
Configuration property | Type | Default |
---|---|---|
A comma separated list of path patterns under which the CamelServlet should be accessible. Example path patterns: |
|
|
A fully qualified name of a servlet class to serve paths that match |
|
|
A servletName as it would be defined in a |
|
|
A comma separated list of path patterns under which the CamelServlet should be accessible. Example path patterns: |
|
|
A fully qualified name of a servlet class to serve paths that match |
|
|
A servletName as it would be defined in a |
|
|
Configuration property fixed at build time. All other configuration properties are overridable at runtime.