Interface PubNubEndpointBuilderFactory.PubNubEndpointConsumerBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
PubNubEndpointBuilderFactory.PubNubEndpointBuilder
- Enclosing interface:
PubNubEndpointBuilderFactory
public static interface PubNubEndpointBuilderFactory.PubNubEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the PubNub component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()If Access Manager is utilized, client will use this authKey in all restricted requests.If cipher is passed, all communications to/from PubNub will be encrypted.publishKey(String publishKey) The publish key obtained from your PubNub account.The secret key used for message signing.secure(boolean secure) Use SSL for secure transmission.Use SSL for secure transmission.subscribeKey(String subscribeKey) The subscribe key obtained from your PubNub account.UUID to be used as a device identifier, a default UUID is generated if not passed.withPresence(boolean withPresence) Also subscribe to related presence information.withPresence(String withPresence) Also subscribe to related presence information.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
-
Method Details
-
advanced
-
uuid
UUID to be used as a device identifier, a default UUID is generated if not passed. The option is a: <code>java.lang.String</code> type. Required: true Group: common- Parameters:
uuid- the value to set- Returns:
- the dsl builder
-
withPresence
default PubNubEndpointBuilderFactory.PubNubEndpointConsumerBuilder withPresence(boolean withPresence) Also subscribe to related presence information. The option is a: <code>boolean</code> type. Default: false Group: consumer- Parameters:
withPresence- the value to set- Returns:
- the dsl builder
-
withPresence
default PubNubEndpointBuilderFactory.PubNubEndpointConsumerBuilder withPresence(String withPresence) Also subscribe to related presence information. The option will be converted to a <code>boolean</code> type. Default: false Group: consumer- Parameters:
withPresence- the value to set- Returns:
- the dsl builder
-
authKey
If Access Manager is utilized, client will use this authKey in all restricted requests. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
authKey- the value to set- Returns:
- the dsl builder
-
cipherKey
If cipher is passed, all communications to/from PubNub will be encrypted. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
cipherKey- the value to set- Returns:
- the dsl builder
-
publishKey
The publish key obtained from your PubNub account. Required when publishing messages. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
publishKey- the value to set- Returns:
- the dsl builder
-
secretKey
The secret key used for message signing. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
secretKey- the value to set- Returns:
- the dsl builder
-
secure
Use SSL for secure transmission. The option is a: <code>boolean</code> type. Default: true Group: security- Parameters:
secure- the value to set- Returns:
- the dsl builder
-
secure
Use SSL for secure transmission. The option will be converted to a <code>boolean</code> type. Default: true Group: security- Parameters:
secure- the value to set- Returns:
- the dsl builder
-
subscribeKey
default PubNubEndpointBuilderFactory.PubNubEndpointConsumerBuilder subscribeKey(String subscribeKey) The subscribe key obtained from your PubNub account. Required when subscribing to channels or listening for presence events. The option is a: <code>java.lang.String</code> type. Group: security- Parameters:
subscribeKey- the value to set- Returns:
- the dsl builder
-