public class RedisQueueOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
RedisQueueOutboundChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected AbstractBeanDefinition |
parseConsumer(Element element,
ParserContext parserContext)
Override this method to return the BeanDefinition for the MessageConsumer.
|
doParse, doParseAndRegisterConsumer, isUsingReplyProducer
parseInternal, resolveId
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
public RedisQueueOutboundChannelAdapterParser()
protected AbstractBeanDefinition parseConsumer(Element element, ParserContext parserContext)
AbstractOutboundChannelAdapterParser
parseConsumer
in class AbstractOutboundChannelAdapterParser
element
- The element.parserContext
- The parser context.