Class GooglePubSubSenderProperties


  • @ConfigurationProperties(prefix="consumer.google.pubsub.sender")
    public class GooglePubSubSenderProperties
    extends java.lang.Object
    • Constructor Detail

      • GooglePubSubSenderProperties

        public GooglePubSubSenderProperties()
    • Method Detail

      • getCorePoolSize

        public int getCorePoolSize()
      • setCorePoolSize

        public void setCorePoolSize​(int corePoolSize)
      • getTotalTimeout

        public java.time.Duration getTotalTimeout()
      • setTotalTimeout

        public void setTotalTimeout​(java.time.Duration totalTimeout)
      • getBatchingRequestBytesThreshold

        public long getBatchingRequestBytesThreshold()
      • setBatchingRequestBytesThreshold

        public void setBatchingRequestBytesThreshold​(long batchingRequestBytesThreshold)
      • getBatchingMessageCountBytesSize

        public long getBatchingMessageCountBytesSize()
      • setBatchingMessageCountBytesSize

        public void setBatchingMessageCountBytesSize​(long batchingMessageCountBytesSize)
      • getBatchingPublishDelayThreshold

        public java.time.Duration getBatchingPublishDelayThreshold()
      • setBatchingPublishDelayThreshold

        public void setBatchingPublishDelayThreshold​(java.time.Duration batchingPublishDelayThreshold)
      • getTransportChannelProviderAddress

        public java.lang.String getTransportChannelProviderAddress()
      • setTransportChannelProviderAddress

        public void setTransportChannelProviderAddress​(java.lang.String transportChannelProviderAddress)