インターフェースの使用
org.springframework.kafka.core.ConsumerPostProcessor
ConsumerPostProcessor を使用するパッケージ
org.springframework.kafka.core 内の ConsumerPostProcessor 使用
型 ConsumerPostProcessor の引数を持つ型を返す org.springframework.kafka.core のメソッド修飾子と型メソッド説明default ListSE<ConsumerPostProcessor<K,
V>> ConsumerFactory.getPostProcessors()
ポストプロセッサーの現在のリストを取得します。DefaultKafkaConsumerFactory.getPostProcessors()
型 ConsumerPostProcessor のパラメーターを持つ org.springframework.kafka.core のメソッド修飾子と型メソッド説明default void
ConsumerFactory.addPostProcessor
(ConsumerPostProcessor<K, V> postProcessor) ポストプロセッサーを追加します。void
DefaultKafkaConsumerFactory.addPostProcessor
(ConsumerPostProcessor<K, V> postProcessor) default boolean
ConsumerFactory.removePostProcessor
(ConsumerPostProcessor<K, V> postProcessor) ポストプロセッサーを取り外します。boolean
DefaultKafkaConsumerFactory.removePostProcessor
(ConsumerPostProcessor<K, V> postProcessor)