default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.authKey(String authKey) |
If Access Manager is utilized, client will use this authKey in all
restricted requests.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
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.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.cipherKey(String cipherKey) |
If cipher is passed, all communications to/from PubNub will be
encrypted.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.configuration(org.apache.camel.component.pubnub.PubNubConfiguration configuration) |
The component configurations.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.operation(String operation) |
The operation to perform.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.publishKey(String publishKey) |
The publish key obtained from your PubNub account.
|
static PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.pubnub() |
PubNub (camel-pubnub)
Send and receive messages to/from PubNub data stream network for
connected devices.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.secretKey(String secretKey) |
The secret key used for message signing.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.secure(boolean secure) |
Use SSL for secure transmission.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.subscribeKey(String subscribeKey) |
The subscribe key obtained from your PubNub account.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.uuid(String uuid) |
UUID to be used as a device identifier, a default UUID is generated
if not passed.
|
default PubnubComponentBuilderFactory.PubnubComponentBuilder |
PubnubComponentBuilderFactory.PubnubComponentBuilder.withPresence(boolean withPresence) |
Also subscribe to related presence information.
|