Class ReactivePulsarListenerConfigurationSelector
java.lang.Object
org.springframework.pulsar.reactive.config.annotation.ReactivePulsarListenerConfigurationSelector
- All Implemented Interfaces:
DeferredImportSelector,ImportSelector
@Order
public class ReactivePulsarListenerConfigurationSelector
extends Object
implements DeferredImportSelector
A
DeferredImportSelector implementation with the lowest order to import
ReactivePulsarBootstrapConfiguration as late as possible.- Author:
- Chris Bono
-
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, waitMethods inherited from interface org.springframework.context.annotation.DeferredImportSelector
getImportGroupMethods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
ReactivePulsarListenerConfigurationSelector
public ReactivePulsarListenerConfigurationSelector()
-
-
Method Details
-
selectImports
- Specified by:
selectImportsin interfaceImportSelector
-