This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 91f5bb0e962881fd6aab98d04c81707032f014f1
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Nov 16 07:29:15 2020 +0100

    Regen
---
 .../generated/resources/org/apache/camel/catalog/components/vertx.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/vertx.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/vertx.json
index 5266bb7..46ec906 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/vertx.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/vertx.json
@@ -25,7 +25,7 @@
     "host": { "kind": "property", "displayName": "Host", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Hostname for creating an embedded clustered EventBus" },
     "port": { "kind": "property", "displayName": "Port", "group": "common", 
"label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "description": "Port 
for creating an embedded clustered EventBus" },
     "timeout": { "kind": "property", "displayName": "Timeout", "group": 
"common", "label": "", "required": false, "type": "integer", "javaType": "int", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 60, 
"description": "Timeout in seconds to wait for clustered Vertx EventBus to be 
ready. The default value is 60." },
-    "vertx": { "kind": "property", "displayName": "Vertx", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"io.vertx.core.Vertx", "deprecated": false, "autowired": false, "secret": 
false, "description": "To use the given vertx EventBus instead of creating a 
new embedded EventBus" },
+    "vertx": { "kind": "property", "displayName": "Vertx", "group": "common", 
"label": "", "required": false, "type": "object", "javaType": 
"io.vertx.core.Vertx", "deprecated": false, "autowired": true, "secret": false, 
"description": "To use the given vertx EventBus instead of creating a new 
embedded EventBus" },
     "vertxOptions": { "kind": "property", "displayName": "Vertx Options", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "io.vertx.core.VertxOptions", "deprecated": false, "autowired": 
false, "secret": false, "description": "Options to use for creating vertx" },
     "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
     "lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]

Reply via email to