Enum クラスの使用箇所
org.springframework.kafka.retrytopic.DltStrategy
DltStrategy を使用するパッケージ
org.springframework.kafka.retrytopic 内の DltStrategy 使用
修飾子と型メソッド説明static DltStrategy指定された名前でこのクラスの列挙型定数を返します。static DltStrategy[]DltStrategy.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 DltStrategy のパラメーターを持つ org.springframework.kafka.retrytopic のメソッド修飾子と型メソッド説明RetryTopicConfigurationBuilder.dltProcessingFailureStrategy(DltStrategy dltStrategy) DltStrategyを構成します。型 DltStrategy のパラメーターを持つ org.springframework.kafka.retrytopic のコンストラクター修飾子コンストラクター説明DestinationTopicPropertiesFactory(@Nullable StringSE retryTopicSuffix, @Nullable StringSE dltSuffix, ListSE<LongSE> backOffValues, ExceptionMatcher exceptionMatcher, int numPartitions, KafkaOperations<?, ?> kafkaOperations, DltStrategy dltStrategy, TopicSuffixingStrategy topicSuffixingStrategy, SameIntervalTopicReuseStrategy sameIntervalTopicReuseStrategy, long timeout, MapSE<StringSE, SetSE<ClassSE<? extends ThrowableSE>>> dltRoutingRules) 提供されたプロパティを使用してインスタンスを構築します。DestinationTopicPropertiesFactory(StringSE retryTopicSuffix, StringSE dltSuffix, ListSE<LongSE> backOffValues, ExceptionMatcher exceptionMatcher, int numPartitions, KafkaOperations<?, ?> kafkaOperations, DltStrategy dltStrategy, TopicSuffixingStrategy topicSuffixingStrategy, SameIntervalTopicReuseStrategy sameIntervalTopicReuseStrategy, long timeout) 提供されたプロパティを使用してインスタンスを構築します。Properties(long delayMs, StringSE suffix, org.springframework.kafka.retrytopic.DestinationTopic.Type type, int maxAttempts, int numPartitions, DltStrategy dltStrategy, KafkaOperations<?, ?> kafkaOperations, BiPredicateSE<IntegerSE, ThrowableSE> shouldRetryOn, long timeout) DLT コンテナーが自動的に起動するように、提供されたプロパティを使用してインスタンスを作成します(コンテナーファクトリがそのように構成されている場合)。Properties(long delayMs, StringSE suffix, org.springframework.kafka.retrytopic.DestinationTopic.Type type, int maxAttempts, int numPartitions, DltStrategy dltStrategy, KafkaOperations<?, ?> kafkaOperations, BiPredicateSE<IntegerSE, ThrowableSE> shouldRetryOn, long timeout, @Nullable BooleanSE autoStartDltHandler) 提供されたプロパティでインスタンスを作成します。Properties(long delayMs, StringSE suffix, org.springframework.kafka.retrytopic.DestinationTopic.Type type, int maxAttempts, int numPartitions, DltStrategy dltStrategy, KafkaOperations<?, ?> kafkaOperations, BiPredicateSE<IntegerSE, ThrowableSE> shouldRetryOn, long timeout, @Nullable BooleanSE autoStartDltHandler, SetSE<ClassSE<? extends ThrowableSE>> usedForExceptions) 提供されたプロパティでインスタンスを作成します。