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 Summary
Fields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAmqpInboundPolledChannelAdapterSpec(ConnectionFactory connectionFactory, String queue) protectedAmqpInboundPolledChannelAdapterSpec(ConnectionFactory connectionFactory, AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory, String queue) -
Method Summary
Modifier and TypeMethodDescriptionheaderMapper(AmqpHeaderMapper headerMapper) messageConverter(MessageConverter messageConverter) propertiesConverter(MessagePropertiesConverter propertiesConverter) rawMessageHeader(boolean rawMessageHeader) transacted(boolean transacted) Methods inherited from class MessageSourceSpec
messageHeadersMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
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
-