Enum クラスの使用箇所
org.springframework.kafka.retrytopic.SameIntervalTopicReuseStrategy
SameIntervalTopicReuseStrategy を使用するパッケージ
org.springframework.kafka.retrytopic 内の SameIntervalTopicReuseStrategy 使用
修飾子と型メソッド説明指定された名前でこのクラスの列挙型定数を返します。static SameIntervalTopicReuseStrategy[]SameIntervalTopicReuseStrategy.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 SameIntervalTopicReuseStrategy のパラメーターを持つ org.springframework.kafka.retrytopic のメソッド修飾子と型メソッド説明RetryTopicConfigurationBuilder.sameIntervalTopicReuseStrategy(SameIntervalTopicReuseStrategy sameIntervalTopicReuseStrategy) SameIntervalTopicReuseStrategyを構成します。型 SameIntervalTopicReuseStrategy のパラメーターを持つ 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) 提供されたプロパティを使用してインスタンスを構築します。