public class RabbitClientAnnotationProcessorImpl extends Object implements RabbitClientAnnotationProcessor
| Constructor and Description |
|---|
RabbitClientAnnotationProcessorImpl(PropertyReferenceResolver propertyReferenceResolver,
ContextSupport contextSupport) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RabbitClientMetadata> |
readMetadata(Class<?> toImplement)
Reads the metadata necessary for Rabbit RPC client generation from
RabbitClient and RabbitSender annotations. |
public RabbitClientAnnotationProcessorImpl(PropertyReferenceResolver propertyReferenceResolver, ContextSupport contextSupport)
public Map<String,RabbitClientMetadata> readMetadata(Class<?> toImplement)
RabbitClientAnnotationProcessorRabbitClient and RabbitSender annotations.readMetadata in interface RabbitClientAnnotationProcessortoImplement - the interface annotated with RabbitClientMap<String, RabbitClientMetadata> containing metadata for each method in toImplement interfaceCopyright © 2019. All rights reserved.