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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.DeferredImportSelector
DeferredImportSelector.Group
-
Constructor Summary
-
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
-
PulsarAnnotationsConfigurationSelector
public PulsarAnnotationsConfigurationSelector()
-
-
Method Details
-
selectImports
- Specified by:
selectImports
in interfaceImportSelector
-