This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 738c4cc2fc1451dc4588a70fc31c970e0a18c432 Author: Peter Palaga <[email protected]> AuthorDate: Tue Jul 14 15:35:55 2020 +0200 Fixup #1468 Intermittent failure of CamelDevModeTest --- docs/modules/ROOT/pages/extensions/main.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/modules/ROOT/pages/extensions/main.adoc b/docs/modules/ROOT/pages/extensions/main.adoc index 2acccb1..5eb14ad 100644 --- a/docs/modules/ROOT/pages/extensions/main.adoc +++ b/docs/modules/ROOT/pages/extensions/main.adoc @@ -20,3 +20,21 @@ Bootstrap Camel using Camel Main which brings advanced auto-configuration capabi ---- Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. + +== Additional Camel Quarkus configuration + +[width="100%",cols="80,5,15",options="header"] +|=== +| Configuration property | Type | Default + + +|icon:lock[title=Fixed at build time] [[quarkus.camel.main.shutdown.timeout]]`link:#quarkus.camel.main.shutdown.timeout[quarkus.camel.main.shutdown.timeout]` + +A timeout (with millisecond precision) to wait for `CamelMain++#++stop()` to finish +| `java.time.Duration` +| `PT3S` +|=== + +[.configuration-legend] +icon:lock[title=Fixed at build time] Configuration property fixed at build time. All other configuration properties are overridable at runtime. +
