Class GooglePubSubSenderProperties
- java.lang.Object
-
- pl.allegro.tech.hermes.consumers.config.GooglePubSubSenderProperties
-
@ConfigurationProperties(prefix="consumer.google.pubsub.sender") public class GooglePubSubSenderProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GooglePubSubSenderProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBatchingMessageCountBytesSize()java.time.DurationgetBatchingPublishDelayThreshold()longgetBatchingRequestBytesThreshold()intgetCorePoolSize()java.time.DurationgetTotalTimeout()java.lang.StringgetTransportChannelProviderAddress()voidsetBatchingMessageCountBytesSize(long batchingMessageCountBytesSize)voidsetBatchingPublishDelayThreshold(java.time.Duration batchingPublishDelayThreshold)voidsetBatchingRequestBytesThreshold(long batchingRequestBytesThreshold)voidsetCorePoolSize(int corePoolSize)voidsetTotalTimeout(java.time.Duration totalTimeout)voidsetTransportChannelProviderAddress(java.lang.String transportChannelProviderAddress)
-
-
-
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)
-
-