Class AmqpInboundPolledChannelAdapterSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<AmqpInboundPolledChannelAdapterSpec, AmqpMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<AmqpInboundPolledChannelAdapterSpec, AmqpMessageSource>
org.springframework.integration.amqp.dsl.AmqpInboundPolledChannelAdapterSpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<AmqpMessageSource>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
public class AmqpInboundPolledChannelAdapterSpec
extends MessageSourceSpec<AmqpInboundPolledChannelAdapterSpec, AmqpMessageSource>
Spec for a polled AMQP inbound channel adapter.
- Since:
- 5.0.1
- Author:
- Gary Russell
- 
Field SummaryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAmqpInboundPolledChannelAdapterSpec(ConnectionFactory connectionFactory, String queue) protectedAmqpInboundPolledChannelAdapterSpec(ConnectionFactory connectionFactory, AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory, String queue) 
- 
Method SummaryModifier and TypeMethodDescriptionheaderMapper(AmqpHeaderMapper headerMapper) messageConverter(MessageConverter messageConverter) propertiesConverter(MessagePropertiesConverter propertiesConverter) rawMessageHeader(boolean rawMessageHeader) transacted(boolean transacted) Methods inherited from class org.springframework.integration.dsl.MessageSourceSpecmessageHeadersMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
AmqpInboundPolledChannelAdapterSpec
- 
AmqpInboundPolledChannelAdapterSpecprotected AmqpInboundPolledChannelAdapterSpec(ConnectionFactory connectionFactory, AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory, String queue) 
 
- 
- 
Method Details- 
transacted
- 
propertiesConverterpublic AmqpInboundPolledChannelAdapterSpec propertiesConverter(MessagePropertiesConverter propertiesConverter) 
- 
headerMapper
- 
messageConverter
- 
rawMessageHeader
 
-