aldettinger commented on code in PR #5837: URL: https://github.com/apache/camel-quarkus/pull/5837#discussion_r1512663500
########## docs/modules/ROOT/pages/reference/extensions/servlet.adoc: ########## @@ -83,6 +193,30 @@ A servletName as it would be defined in a `web.xml` file or in the `jakarta.serv | `string` | `CamelServlet` +|icon:lock[title=Fixed at build time] [[quarkus.camel.servlet.load-on-startup]]`link:#quarkus.camel.servlet.load-on-startup[quarkus.camel.servlet.load-on-startup]` + +Sets the loadOnStartup priority on the Servlet. A loadOnStartup is a value greater than or equal to zero, indicates to the container the initialization priority of the Servlet. If loadOnStartup is a negative integer, the Servlet is initialized lazily. +| `java.lang.Integer` +| `-1` + +|icon:lock[title=Fixed at build time] [[quarkus.camel.servlet.async]]`link:#quarkus.camel.servlet.async[quarkus.camel.servlet.async]` + +Enables Camel to benefit from asynchronous Servlet support. +| `boolean` +| `false` + +|icon:lock[title=Fixed at build time] [[quarkus.camel.servlet.force-await]]`link:#quarkus.camel.servlet.force-await[quarkus.camel.servlet.force-await]` + +When set to `true` used in conjunction with `quarkus.camel.servlet.async = true`, this will force route processing to run synchronously. +| `boolean` +| `false` + +|icon:lock[title=Fixed at build time] [[quarkus.camel.servlet.executor-ref]]`link:#quarkus.camel.servlet.executor-ref[quarkus.camel.servlet.executor-ref]` + +The name of a bean of to configure an optional custom thread pool for handling Camel Servlet processing. Review Comment: Maybe "The name of a bean to configure" ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org