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

acosentino 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 99708bc73a8 [create-pull-request] automated change
99708bc73a8 is described below

commit 99708bc73a8489a29b353bbeaa644fdf6c476e7d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 19 01:09:26 2022 +0000

    [create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/stream.json | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stream.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stream.json
index a17c25a2587..a6cc0ce56ef 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stream.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/stream.json
@@ -41,6 +41,7 @@
     "initialPromptDelay": { "kind": "parameter", "displayName": "Initial 
Prompt Delay", "group": "consumer", "label": "consumer", "required": false, 
"type": "integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 2000, "description": "Initial delay in 
milliseconds before showing the message prompt. This delay occurs only once. 
Can be used during system startup to avoid message prompts being written while 
other logging is done to the system [...]
     "promptDelay": { "kind": "parameter", "displayName": "Prompt Delay", 
"group": "consumer", "label": "consumer", "required": false, "type": "integer", 
"javaType": "long", "deprecated": false, "autowired": false, "secret": false, 
"description": "Optional delay in milliseconds before showing the message 
prompt." },
     "promptMessage": { "kind": "parameter", "displayName": "Prompt Message", 
"group": "consumer", "label": "consumer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Message prompt to use when reading from 
stream:in; for example, you could set this to Enter a command:" },
+    "readLine": { "kind": "parameter", "displayName": "Read Line", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": true, "description": "Whether to read the input stream 
in line mode (terminate by line breaks). Setting this to false, will instead 
read the entire stream until EOL." },
     "retry": { "kind": "parameter", "displayName": "Retry", "group": 
"consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "Will retry opening the stream if 
it's overwritten, somewhat like tail --retry If reading from files then you 
should also enable the fileWatcher option, to make it work reliable." },
     "scanStream": { "kind": "parameter", "displayName": "Scan Stream", 
"group": "consumer", "label": "consumer", "required": false, "type": "boolean", 
"javaType": "boolean", "deprecated": false, "autowired": false, "secret": 
false, "defaultValue": false, "description": "To be used for continuously 
reading a stream such as the unix tail command." },
     "scanStreamDelay": { "kind": "parameter", "displayName": "Scan Stream 
Delay", "group": "consumer", "label": "consumer", "required": false, "type": 
"integer", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "description": "Delay in milliseconds between read attempts 
when using scanStream." },

Reply via email to