クラス DestinationTopic

java.lang.ObjectSE
org.springframework.kafka.retrytopic.DestinationTopic

public class DestinationTopic extends ObjectSE
再試行トピックや dlt など、メッセージの転送先となる宛先トピックの表現。
導入:
2.7
作成者:
Tomaz Fernandes, Gary Russell, Adrian Chlebosz
  • コンストラクターの詳細

  • メソッドの詳細

    • getDestinationDelay

      public LongSE getDestinationDelay()
    • getDestinationPartitions

      public IntegerSE getDestinationPartitions()
    • isAlwaysRetryOnDltFailure

      public boolean isAlwaysRetryOnDltFailure()
    • isDltTopic

      public boolean isDltTopic()
    • isNoOpsTopic

      public boolean isNoOpsTopic()
    • isReusableRetryTopic

      public boolean isReusableRetryTopic()
    • isMainTopic

      public boolean isMainTopic()
    • getDestinationName

      public StringSE getDestinationName()
    • getKafkaOperations

      public KafkaOperations<?,?> getKafkaOperations()
    • shouldRetryOn

      public boolean shouldRetryOn(IntegerSE attempt, ThrowableSE e)
    • usedForExceptions

      public SetSE<ClassSE<? extends ThrowableSE>> usedForExceptions()
    • toString

      public StringSE toString()
      オーバーライド:
      クラス ObjectSEtoString 
    • equals

      public boolean equals(ObjectSE o)
      オーバーライド:
      クラス ObjectSEequalsSE 
    • hashCode

      public int hashCode()
      オーバーライド:
      クラス ObjectSEhashCode 
    • getDestinationTimeout

      public long getDestinationTimeout()