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

davsclaus pushed a commit to branch camel-spring-boot-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 85ecacd6504969cc90987c82a1699d507fafb979
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Apr 18 20:39:05 2024 +0200

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

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/snmp.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/snmp.json
index 6c3c25f028e..457c0535bd3 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/snmp.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/snmp.json
@@ -41,7 +41,7 @@
     "snmpVersion": { "index": 8, "kind": "parameter", "displayName": "Snmp 
Version", "group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "int", "enum": [ "0", "1", "3" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 0, "description": "Sets the snmp 
version for the request. The value 0 means SNMPv1, 1 means SNMPv2c, and the 
value 3 means SNMPv3" },
     "timeout": { "index": 9, "kind": "parameter", "displayName": "Timeout", 
"group": "common", "label": "", "required": false, "type": "integer", 
"javaType": "int", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": 1500, "description": "Sets the timeout value for the request in 
millis." },
     "type": { "index": 10, "kind": "parameter", "displayName": "Type", 
"group": "common", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.snmp.SnmpActionType", "enum": [ "TRAP", 
"POLL", "GET_NEXT" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Which operation to perform such as poll, trap, etc." },
-    "delay": { "index": 11, "kind": "parameter", "displayName": "Delay", 
"group": "consumer", "label": "consumer", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "60000", "description": "Sets update rate in 
seconds" },
+    "delay": { "index": 11, "kind": "parameter", "displayName": "Delay", 
"group": "consumer", "label": "consumer", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "60000", "description": "Milliseconds before 
the next poll." },
     "sendEmptyMessageWhenIdle": { "index": 12, "kind": "parameter", 
"displayName": "Send Empty Message When Idle", "group": "consumer", "label": 
"consumer", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
false, "description": "If the polling consumer did not poll any files, you can 
enable this option to send an empty message (no body) instead." },
     "treeList": { "index": 13, "kind": "parameter", "displayName": "Tree 
List", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Sets the flag whether 
the scoped PDU will be displayed as the list if it has child elements in its 
tree" },
     "bridgeErrorHandler": { "index": 14, "kind": "parameter", "displayName": 
"Bridge Error Handler", "group": "consumer (advanced)", "label": 
"consumer,advanced", "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 (if possible) occurred 
while the Camel consumer is trying to pickup incoming [...]

Reply via email to