This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new efbdf6aec49 Regen
efbdf6aec49 is described below
commit efbdf6aec4960d075cc898a24a63d6b87ecfae1d
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Apr 16 06:32:27 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 ac27562eb2c..eeb0cd7e5e7 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 [...]