| Class | Description |
|---|---|
| RabbitClientConfigurationSelector |
A
DeferredImportSelector used to initialize RabbitMQ RPC client generation as late as possible in Spring context initialization process. |
| RabbitClientRegistrar |
The
ImportBeanDefinitionRegistrar used to register RabbitClient bean definitions. |
| Annotation Type | Description |
|---|---|
| EnableRabbitRPC |
Enables the Rabbit RPC client generation.
|
| RabbitClient |
Annotation to be used on an interface for RabbitMQ RPC client generation.
|
| RabbitSender |
An annotation used on methods in interfaces marked with
RabbitClient to override the parameters specified in RabbitClient for a particular method. |
Copyright © 2019. All rights reserved.