Package de.otto.synapse.annotation
Class MessageQueueReceiverEndpointBeanRegistrar
- java.lang.Object
-
- de.otto.synapse.annotation.AbstractAnnotationBasedBeanRegistrar
-
- de.otto.synapse.annotation.MessageQueueReceiverEndpointBeanRegistrar
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.annotation.ImportBeanDefinitionRegistrar,org.springframework.context.EnvironmentAware
public class MessageQueueReceiverEndpointBeanRegistrar extends AbstractAnnotationBasedBeanRegistrar
ImportBeanDefinitionRegistrarfor message log support.- See Also:
EnableMessageQueueReceiverEndpoint
-
-
Constructor Summary
Constructors Constructor Description MessageQueueReceiverEndpointBeanRegistrar()
-
Method Summary
Modifier and Type Method Description protected java.lang.Class<? extends java.lang.annotation.Annotation>getAnnotationType()protected voidregisterBeanDefinitions(java.lang.String channelName, java.lang.String beanName, org.springframework.core.annotation.AnnotationAttributes annotationAttributes, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)-
Methods inherited from class de.otto.synapse.annotation.AbstractAnnotationBasedBeanRegistrar
getEnvironment, registerBeanDefinitions, setEnvironment
-
-
-
-
Method Detail
-
getAnnotationType
protected java.lang.Class<? extends java.lang.annotation.Annotation> getAnnotationType()
- Specified by:
getAnnotationTypein classAbstractAnnotationBasedBeanRegistrar
-
registerBeanDefinitions
protected void registerBeanDefinitions(java.lang.String channelName, java.lang.String beanName, org.springframework.core.annotation.AnnotationAttributes annotationAttributes, org.springframework.beans.factory.support.BeanDefinitionRegistry registry)- Specified by:
registerBeanDefinitionsin classAbstractAnnotationBasedBeanRegistrar
-
-