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!
  • 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

      public String getUuid()
    • setUuid

      public void setUuid(String uuid)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getWithPresence

      public Boolean getWithPresence()
    • setWithPresence

      public void setWithPresence(Boolean withPresence)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getAuthKey

      public String getAuthKey()
    • setAuthKey

      public void setAuthKey(String authKey)
    • getCipherKey

      public String getCipherKey()
    • setCipherKey

      public void setCipherKey(String cipherKey)
    • getPublishKey

      public String getPublishKey()
    • setPublishKey

      public void setPublishKey(String publishKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getSecure

      public Boolean getSecure()
    • setSecure

      public void setSecure(Boolean secure)
    • getSubscribeKey

      public String getSubscribeKey()
    • setSubscribeKey

      public void setSubscribeKey(String subscribeKey)