クラス PulsarProperties.Consumer

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

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

    • Consumer

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

    • getName

      public @Nullable StringSE getName()
    • setName

      public void setName(@Nullable StringSE name)
    • getSubscription

      public PulsarProperties.Consumer.Subscription getSubscription()
    • getTopics

      public @Nullable ListSE<StringSE> getTopics()
    • setTopics

      public void setTopics(@Nullable ListSE<StringSE> topics)
    • getTopicsPattern

      public @Nullable PatternSE getTopicsPattern()
    • setTopicsPattern

      public void setTopicsPattern(@Nullable PatternSE topicsPattern)
    • getPriorityLevel

      public int getPriorityLevel()
    • setPriorityLevel

      public void setPriorityLevel(int priorityLevel)
    • isReadCompacted

      public boolean isReadCompacted()
    • setReadCompacted

      public void setReadCompacted(boolean readCompacted)
    • getDeadLetterPolicy

      public @Nullable PulsarProperties.Consumer.DeadLetterPolicy getDeadLetterPolicy()
    • setDeadLetterPolicy

      public void setDeadLetterPolicy(@Nullable PulsarProperties.Consumer.DeadLetterPolicy deadLetterPolicy)
    • isRetryEnable

      public boolean isRetryEnable()
    • setRetryEnable

      public void setRetryEnable(boolean retryEnable)