Class GooglePubSubSenderProperties
java.lang.Object
pl.allegro.tech.hermes.consumers.config.GooglePubSubSenderProperties
@ConfigurationProperties(prefix="consumer.google.pubsub.sender")
public class GooglePubSubSenderProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongintvoidsetBatchingMessageCountBytesSize(long batchingMessageCountBytesSize) voidsetBatchingPublishDelayThreshold(Duration batchingPublishDelayThreshold) voidsetBatchingRequestBytesThreshold(long batchingRequestBytesThreshold) voidsetCorePoolSize(int corePoolSize) voidsetTotalTimeout(Duration totalTimeout) voidsetTransportChannelProviderAddress(String transportChannelProviderAddress)
-
Constructor Details
-
GooglePubSubSenderProperties
public GooglePubSubSenderProperties()
-
-
Method Details
-
getCorePoolSize
public int getCorePoolSize() -
setCorePoolSize
public void setCorePoolSize(int corePoolSize) -
getTotalTimeout
-
setTotalTimeout
-
getBatchingRequestBytesThreshold
public long getBatchingRequestBytesThreshold() -
setBatchingRequestBytesThreshold
public void setBatchingRequestBytesThreshold(long batchingRequestBytesThreshold) -
getBatchingMessageCountBytesSize
public long getBatchingMessageCountBytesSize() -
setBatchingMessageCountBytesSize
public void setBatchingMessageCountBytesSize(long batchingMessageCountBytesSize) -
getBatchingPublishDelayThreshold
-
setBatchingPublishDelayThreshold
-
getTransportChannelProviderAddress
-
setTransportChannelProviderAddress
-