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.git
The following commit(s) were added to refs/heads/main by this push:
new 160e2bd4c3c Add missing doc in EIP model
160e2bd4c3c is described below
commit 160e2bd4c3ce979a3ca1659f10513a8d6826fab3
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 30 12:03:45 2022 +0200
Add missing doc in EIP model
---
.../generated/resources/org/apache/camel/catalog/models/pausable.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pausable.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pausable.json
index f1526b5311b..b26fa291a6b 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pausable.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pausable.json
@@ -13,7 +13,7 @@
},
"properties": {
"consumerListener": { "kind": "attribute", "displayName": "Consumer
Listener", "required": true, "type": "object", "javaType":
"org.apache.camel.resume.ConsumerListener", "deprecated": false, "autowired":
false, "secret": false, "description": "Sets the consumer listener to use" },
- "untilCheck": { "kind": "attribute", "displayName": "Until Check",
"required": true, "type": "object", "javaType": "java.util.function.Predicate",
"deprecated": false, "autowired": false, "secret": false },
+ "untilCheck": { "kind": "attribute", "displayName": "Until Check",
"required": true, "type": "object", "javaType": "java.util.function.Predicate",
"deprecated": false, "autowired": false, "secret": false, "description":
"References to a java.util.function.Predicate to use for until checks. The
predicate is responsible for evaluating whether the processing can resume or
not. Such predicate should return true if the consumption can resume, or false
otherwise. The exact point of when th [...]
"id": { "kind": "attribute", "displayName": "Id", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the id of this node"
},
"description": { "kind": "element", "displayName": "Description",
"required": false, "type": "object", "javaType":
"org.apache.camel.model.DescriptionDefinition", "deprecated": false,
"autowired": false, "secret": false, "description": "Sets the description of
this node" }
}