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


The following commit(s) were added to refs/heads/master by this push:
     new 48460de  Regen for commit fd41e010cef09ce797203b8f3fd00bf8595b0d1f
48460de is described below

commit 48460de1c9f08758c91af338adfff01e049c7b52
Author: jamesnetherton <jamesnether...@users.noreply.github.com>
AuthorDate: Thu Feb 4 17:00:03 2021 +0000

    Regen for commit fd41e010cef09ce797203b8f3fd00bf8595b0d1f
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../generated/resources/org/apache/camel/catalog/components/pubnub.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pubnub.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pubnub.json
index a02b24c..ada63e4 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pubnub.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/pubnub.json
@@ -35,7 +35,7 @@
     "exchangePattern": { "kind": "parameter", "displayName": "Exchange 
Pattern", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "object", "javaType": 
"org.apache.camel.ExchangePattern", "enum": [ "InOnly", "InOut", 
"InOptionalOut" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the exchange pattern when the consumer creates an 
exchange." },
     "lazyStartProducer": { "kind": "parameter", "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 sta [...]
     "operation": { "kind": "parameter", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "HERENOW", "WHERENOW", "GETSTATE", 
"SETSTATE", "GETHISTORY", "PUBLISH", "FIRE" ], "deprecated": false, 
"autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.pubnub.PubNubConfiguration", "configurationField": 
"configuration", "description": "The operation to perform. PUB [...]
-    "pubnub": { "kind": "parameter", "displayName": "Pubnub", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.pubnub.api.PubNub", "deprecated": false, "autowired": false, 
"secret": false, "description": "Reference to a Pubnub client in the registry." 
},
+    "pubnub": { "kind": "parameter", "displayName": "Pubnub", "group": 
"advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "com.pubnub.api.PubNub", "deprecated": false, "deprecationNote": 
"", "autowired": true, "secret": false, "description": "Reference to a Pubnub 
client in the registry." },
     "authKey": { "kind": "parameter", "displayName": "Auth Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.pubnub.PubNubConfiguration", "configurationField": 
"configuration", "description": "If Access Manager is utilized, client will use 
this authKey in all restricted requests." },
     "cipherKey": { "kind": "parameter", "displayName": "Cipher Key", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.pubnub.PubNubConfiguration", "configurationField": 
"configuration", "description": "If cipher is passed, all communications 
to\/from PubNub will be encrypted." },
     "publishKey": { "kind": "parameter", "displayName": "Publish Key", 
"group": "security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "configurationClass": 
"org.apache.camel.component.pubnub.PubNubConfiguration", "configurationField": 
"configuration", "description": "The publish key obtained from your PubNub 
account. Required when publishing messages." },

Reply via email to