Class PubNubComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.pubnub.springboot.PubNubComponentConfiguration
@ConfigurationProperties(prefix="camel.component.pubnub")
public class PubNubComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and receive messages to/from PubNub data stream network for connected
devices.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.pubnub.PubNubConfigurationgetUuid()voidsetAuthKey(String authKey) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetCipherKey(String cipherKey) voidsetConfiguration(org.apache.camel.component.pubnub.PubNubConfiguration configuration) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetOperation(String operation) voidsetPublishKey(String publishKey) voidsetSecretKey(String secretKey) voidvoidsetSubscribeKey(String subscribeKey) voidvoidsetWithPresence(Boolean withPresence) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
PubNubComponentConfiguration
public PubNubComponentConfiguration()
-
-
Method Details
-
getConfiguration
public org.apache.camel.component.pubnub.PubNubConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.pubnub.PubNubConfiguration configuration) -
getUuid
-
setUuid
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getWithPresence
-
setWithPresence
-
getLazyStartProducer
-
setLazyStartProducer
-
getOperation
-
setOperation
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getAuthKey
-
setAuthKey
-
getCipherKey
-
setCipherKey
-
getPublishKey
-
setPublishKey
-
getSecretKey
-
setSecretKey
-
getSecure
-
setSecure
-
getSubscribeKey
-
setSubscribeKey
-