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