public class PubSubConsumerProperties extends PubSubCommonProperties
Modifier and Type | Class and Description |
---|---|
static class |
PubSubConsumerProperties.DeadLetterPolicy |
Constructor and Description |
---|
PubSubConsumerProperties() |
Modifier and Type | Method and Description |
---|---|
AckMode |
getAckMode() |
PubSubConsumerProperties.DeadLetterPolicy |
getDeadLetterPolicy() |
Integer |
getMaxFetchSize() |
String |
getSubscriptionName() |
void |
setAckMode(AckMode ackMode) |
void |
setDeadLetterPolicy(PubSubConsumerProperties.DeadLetterPolicy deadLetterPolicy) |
void |
setMaxFetchSize(Integer maxFetchSize) |
void |
setSubscriptionName(String subscriptionName) |
isAutoCreateResources, setAutoCreateResources
public AckMode getAckMode()
public void setAckMode(AckMode ackMode)
public Integer getMaxFetchSize()
public void setMaxFetchSize(Integer maxFetchSize)
public String getSubscriptionName()
public void setSubscriptionName(String subscriptionName)
public PubSubConsumerProperties.DeadLetterPolicy getDeadLetterPolicy()
public void setDeadLetterPolicy(PubSubConsumerProperties.DeadLetterPolicy deadLetterPolicy)
Copyright © 2021. All rights reserved.