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
  • Constructor Details

    • KafkaListenerConfigurationSelector

      public KafkaListenerConfigurationSelector()
  • Method Details