Package org.springframework.kafka.aot
Class KafkaAvroBeanRegistrationAotProcessor
java.lang.Object
org.springframework.kafka.aot.KafkaAvroBeanRegistrationAotProcessor
- All Implemented Interfaces:
BeanRegistrationAotProcessor
public class KafkaAvroBeanRegistrationAotProcessor
extends Object
implements BeanRegistrationAotProcessor
Detect and register Avro types for Apache Kafka listeners.
- Since:
- 3.0
- Author:
- Gary Russell
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.beans.factory.aot.BeanRegistrationAotProcessor
isBeanExcludedFromAotProcessing
-
Constructor Details
-
KafkaAvroBeanRegistrationAotProcessor
public KafkaAvroBeanRegistrationAotProcessor()
-
-
Method Details
-
processAheadOfTime
- Specified by:
processAheadOfTime
in interfaceBeanRegistrationAotProcessor
-