Class KafkaListenerConfigurationSelector
- java.lang.Object
-
- org.springframework.kafka.annotation.KafkaListenerConfigurationSelector
-
- All Implemented Interfaces:
org.springframework.context.annotation.DeferredImportSelector,org.springframework.context.annotation.ImportSelector
@Order public class KafkaListenerConfigurationSelector extends java.lang.Object implements org.springframework.context.annotation.DeferredImportSelectorADeferredImportSelectorimplementation with the lowest order to import aKafkaBootstrapConfigurationas late as possible.- Since:
- 2.3
-
-
Constructor Summary
Constructors Constructor Description KafkaListenerConfigurationSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-