Class PulsarListenerConfigurationSelector

java.lang.Object
org.springframework.pulsar.annotation.PulsarListenerConfigurationSelector
All Implemented Interfaces:
DeferredImportSelector, ImportSelector

@Order public class PulsarListenerConfigurationSelector extends Object implements DeferredImportSelector
A DeferredImportSelector implementation with the lowest order to import PulsarBootstrapConfiguration as late as possible.
Author:
Soby Chacko
  • Constructor Details

    • PulsarListenerConfigurationSelector

      public PulsarListenerConfigurationSelector()
  • Method Details