blob: 13336a5da5a86296031118460d452d347649c73a [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.pubnub.CamelPubnubSourceConnector",
"artifactId": "camel-pubnub-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-pubnub-source",
"type": "source",
"version": "0.7.3",
"description": "Send and receive messages to\/from PubNub data stream network for connected devices."
},
"properties": {
"camel.source.path.channel": {
"name": "camel.source.path.channel",
"description": "The channel used for subscribing\/publishing events",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.uuid": {
"name": "camel.source.endpoint.uuid",
"description": "UUID to be used as a device identifier, a default UUID is generated if not passed.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.bridgeErrorHandler": {
"name": "camel.source.endpoint.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.withPresence": {
"name": "camel.source.endpoint.withPresence",
"description": "Also subscribe to related presence information",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
]
},
"camel.source.endpoint.pubnub": {
"name": "camel.source.endpoint.pubnub",
"description": "Reference to a Pubnub client in the registry.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.synchronous": {
"name": "camel.source.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.authKey": {
"name": "camel.source.endpoint.authKey",
"description": "If Access Manager is utilized, client will use this authKey in all restricted requests.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.cipherKey": {
"name": "camel.source.endpoint.cipherKey",
"description": "If cipher is passed, all communications to\/from PubNub will be encrypted.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.publishKey": {
"name": "camel.source.endpoint.publishKey",
"description": "The publish key obtained from your PubNub account. Required when publishing messages.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.secretKey": {
"name": "camel.source.endpoint.secretKey",
"description": "The secret key used for message signing.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.secure": {
"name": "camel.source.endpoint.secure",
"description": "Use SSL for secure transmission.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.subscribeKey": {
"name": "camel.source.endpoint.subscribeKey",
"description": "The subscribe key obtained from your PubNub account. Required when subscribing to channels or listening for presence events",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.pubnub.bridgeErrorHandler": {
"name": "camel.component.pubnub.bridgeErrorHandler",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.pubnub.autowiredEnabled": {
"name": "camel.component.pubnub.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}