Class PulsarAnnotationsConfigurationSelector

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

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

    • PulsarAnnotationsConfigurationSelector

      public PulsarAnnotationsConfigurationSelector()
  • Method Details