クラス PulsarProperties.Consumer.DeadLetterPolicy

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

public static class PulsarProperties.Consumer.DeadLetterPolicy extends ObjectSE
導入:
4.0.0
作成者:
Chris Bono, Phillip Webb, Swamy Mavuri, Vedran Pavic
  • コンストラクターの詳細

    • DeadLetterPolicy

      public DeadLetterPolicy()
  • 方法の詳細

    • getMaxRedeliverCount

      public int getMaxRedeliverCount()
    • setMaxRedeliverCount

      public void setMaxRedeliverCount(int maxRedeliverCount)
    • getRetryLetterTopic

      public @Nullable StringSE getRetryLetterTopic()
    • setRetryLetterTopic

      public void setRetryLetterTopic(@Nullable StringSE retryLetterTopic)
    • getDeadLetterTopic

      public @Nullable StringSE getDeadLetterTopic()
    • setDeadLetterTopic

      public void setDeadLetterTopic(@Nullable StringSE deadLetterTopic)
    • getInitialSubscriptionName

      public @Nullable StringSE getInitialSubscriptionName()
    • setInitialSubscriptionName

      public void setInitialSubscriptionName(@Nullable StringSE initialSubscriptionName)