Class AmqpInboundPolledChannelAdapterSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageSourceSpec<AmqpInboundPolledChannelAdapterSpec,AmqpMessageSource>
org.springframework.integration.amqp.dsl.AmqpInboundPolledChannelAdapterSpec
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,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 Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
-
Constructor Summary
Constructors Modifier Constructor Description protected
AmqpInboundPolledChannelAdapterSpec(ConnectionFactory connectionFactory, String queue)
protected
AmqpInboundPolledChannelAdapterSpec(ConnectionFactory connectionFactory, AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory, String queue)
-
Method Summary
Modifier and Type Method Description AmqpInboundPolledChannelAdapterSpec
headerMapper(AmqpHeaderMapper headerMapper)
AmqpInboundPolledChannelAdapterSpec
messageConverter(MessageConverter messageConverter)
AmqpInboundPolledChannelAdapterSpec
propertiesConverter(MessagePropertiesConverter propertiesConverter)
AmqpInboundPolledChannelAdapterSpec
rawMessageHeader(boolean rawMessageHeader)
AmqpInboundPolledChannelAdapterSpec
transacted(boolean transacted)
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
AmqpInboundPolledChannelAdapterSpec
-
AmqpInboundPolledChannelAdapterSpec
protected AmqpInboundPolledChannelAdapterSpec(ConnectionFactory connectionFactory, AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory, String queue)
-
-
Method Details
-
transacted
-
propertiesConverter
public AmqpInboundPolledChannelAdapterSpec propertiesConverter(MessagePropertiesConverter propertiesConverter) -
headerMapper
-
messageConverter
-
rawMessageHeader
-