public class RabbitClientConfigurationSelector extends Object implements org.springframework.context.annotation.DeferredImportSelector
DeferredImportSelector used to initialize RabbitMQ RPC client generation as late as possible in Spring context initialization process.
Used to avoid the RabbitClient bean definitions being picked up and incorrectly processed by other processors.| Constructor and Description |
|---|
RabbitClientConfigurationSelector() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) |
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
selectImports in interface org.springframework.context.annotation.ImportSelectorCopyright © 2019. All rights reserved.