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