Class KafkaListenerConfigurationSelector
java.lang.Object
org.springframework.kafka.annotation.KafkaListenerConfigurationSelector
- All Implemented Interfaces:
DeferredImportSelector
,ImportSelector
@Order
public class KafkaListenerConfigurationSelector
extends Object
implements DeferredImportSelector
A
DeferredImportSelector
implementation with the lowest order to import a
KafkaBootstrapConfiguration
as late as possible.- Since:
- 2.3
- Author:
- Artem Bilan
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.DeferredImportSelector
DeferredImportSelector.Group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
selectImports
(AnnotationMetadata importingClassMetadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.annotation.DeferredImportSelector
getImportGroup
Methods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
KafkaListenerConfigurationSelector
public KafkaListenerConfigurationSelector()
-
-
Method Details
-
selectImports
- Specified by:
selectImports
in interfaceImportSelector
-