インターフェースの使用
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 voidConsumerFactory.addPostProcessor(ConsumerPostProcessor<K, V> postProcessor) ポストプロセッサーを追加します。voidDefaultKafkaConsumerFactory.addPostProcessor(ConsumerPostProcessor<K, V> postProcessor) default booleanConsumerFactory.removePostProcessor(ConsumerPostProcessor<K, V> postProcessor) ポストプロセッサーを取り外します。booleanDefaultKafkaConsumerFactory.removePostProcessor(ConsumerPostProcessor<K, V> postProcessor)