Class GooglePubsubComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.google.pubsub.springboot.GooglePubsubComponentConfiguration

@ConfigurationProperties(prefix="camel.component.google-pubsub") public class GooglePubsubComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and receive messages to/from Google Cloud Platform PubSub Service. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • GooglePubsubComponentConfiguration

      public GooglePubsubComponentConfiguration()
  • Method Details

    • getAuthenticate

      public Boolean getAuthenticate()
    • setAuthenticate

      public void setAuthenticate(Boolean authenticate)
    • getEndpoint

      public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)
    • getServiceAccountKey

      public String getServiceAccountKey()
    • setServiceAccountKey

      public void setServiceAccountKey(String serviceAccountKey)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getSynchronousPullRetryableCodes

      public String getSynchronousPullRetryableCodes()
    • setSynchronousPullRetryableCodes

      public void setSynchronousPullRetryableCodes(String synchronousPullRetryableCodes)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getPublisherCacheSize

      public Integer getPublisherCacheSize()
    • setPublisherCacheSize

      public void setPublisherCacheSize(Integer publisherCacheSize)
    • getPublisherCacheTimeout

      public Integer getPublisherCacheTimeout()
    • setPublisherCacheTimeout

      public void setPublisherCacheTimeout(Integer publisherCacheTimeout)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getPublisherTerminationTimeout

      public Integer getPublisherTerminationTimeout()
    • setPublisherTerminationTimeout

      public void setPublisherTerminationTimeout(Integer publisherTerminationTimeout)