Class PubSubConsumerProperties.DeadLetterPolicy

java.lang.Object
com.google.cloud.spring.stream.binder.pubsub.properties.PubSubConsumerProperties.DeadLetterPolicy
Enclosing class:
PubSubConsumerProperties

public static class PubSubConsumerProperties.DeadLetterPolicy extends Object
  • Constructor Details

    • DeadLetterPolicy

      public DeadLetterPolicy()
  • Method Details

    • getDeadLetterTopic

      public String getDeadLetterTopic()
    • setDeadLetterTopic

      public void setDeadLetterTopic(String deadLetterTopic)
    • getMaxDeliveryAttempts

      public Integer getMaxDeliveryAttempts()
    • setMaxDeliveryAttempts

      public void setMaxDeliveryAttempts(Integer maxDeliveryAttempts)