クラス MethodKafkaListenerEndpoint<K,V>

java.lang.ObjectSE
org.springframework.kafka.config.AbstractKafkaListenerEndpoint<K,V>
org.springframework.kafka.config.MethodKafkaListenerEndpoint<K,V>
型パラメーター:
K - 鍵の型。
V - 値の型。
実装されたすべてのインターフェース:
AwareBeanFactoryAwareInitializingBeanKafkaListenerEndpoint
既知の直属サブクラス
MultiMethodKafkaListenerEndpoint

public class MethodKafkaListenerEndpoint<K,V> extends AbstractKafkaListenerEndpoint<K,V>
このエンドポイントの受信メッセージを処理するために呼び出すメソッドを提供する KafkaListenerEndpoint
作成者:
Stephane Nicoll, Artem Bilan, Gary Russell, Venil Noronha