クラス PulsarProperties.Consumer.DeadLetterPolicy

java.lang.ObjectSE
org.springframework.boot.autoconfigure.pulsar.PulsarProperties.Consumer.DeadLetterPolicy
含まれているクラス:
PulsarProperties.Consumer

public static class PulsarProperties.Consumer.DeadLetterPolicy extends ObjectSE
  • コンストラクターの詳細

    • DeadLetterPolicy

      public DeadLetterPolicy()
  • メソッドの詳細

    • getMaxRedeliverCount

      public int getMaxRedeliverCount()
    • setMaxRedeliverCount

      public void setMaxRedeliverCount(int maxRedeliverCount)
    • getRetryLetterTopic

      public StringSE getRetryLetterTopic()
    • setRetryLetterTopic

      public void setRetryLetterTopic(StringSE retryLetterTopic)
    • getDeadLetterTopic

      public StringSE getDeadLetterTopic()
    • setDeadLetterTopic

      public void setDeadLetterTopic(StringSE deadLetterTopic)
    • getInitialSubscriptionName

      public StringSE getInitialSubscriptionName()
    • setInitialSubscriptionName

      public void setInitialSubscriptionName(StringSE initialSubscriptionName)