Class PubSubConsumerProperties
java.lang.Object
com.google.cloud.spring.stream.binder.pubsub.properties.PubSubCommonProperties
com.google.cloud.spring.stream.binder.pubsub.properties.PubSubConsumerProperties
Consumer properties for Pub/Sub.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAckMode
(AckMode ackMode) void
setDeadLetterPolicy
(PubSubConsumerProperties.DeadLetterPolicy deadLetterPolicy) void
setMaxFetchSize
(Integer maxFetchSize) void
setSubscriptionName
(String subscriptionName) Methods inherited from class com.google.cloud.spring.stream.binder.pubsub.properties.PubSubCommonProperties
getAllowedHeaders, isAutoCreateResources, setAllowedHeaders, setAutoCreateResources
-
Constructor Details
-
PubSubConsumerProperties
public PubSubConsumerProperties()
-
-
Method Details
-
getAckMode
-
setAckMode
-
getMaxFetchSize
-
setMaxFetchSize
-
getSubscriptionName
-
setSubscriptionName
-
getDeadLetterPolicy
-
setDeadLetterPolicy
-