Uses of Class
org.springframework.integration.amqp.inbound.AmqpMessageSource.AmqpAckCallbackFactory
Packages that use AmqpMessageSource.AmqpAckCallbackFactory
Package
Description
Provides AMQP Component support for the Java DSL.
Provides classes supporting inbound endpoints.
-
Uses of AmqpMessageSource.AmqpAckCallbackFactory in org.springframework.integration.amqp.dsl
Methods in org.springframework.integration.amqp.dsl with parameters of type AmqpMessageSource.AmqpAckCallbackFactoryModifier and TypeMethodDescriptionAmqp.inboundPolledAdapter
(ConnectionFactory connectionFactory, AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory, String queue) Create an initial AmqpInboundPolledChannelAdapterSpec.Constructors in org.springframework.integration.amqp.dsl with parameters of type AmqpMessageSource.AmqpAckCallbackFactoryModifierConstructorDescriptionprotected
AmqpInboundPolledChannelAdapterSpec
(ConnectionFactory connectionFactory, AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory, String queue) -
Uses of AmqpMessageSource.AmqpAckCallbackFactory in org.springframework.integration.amqp.inbound
Constructors in org.springframework.integration.amqp.inbound with parameters of type AmqpMessageSource.AmqpAckCallbackFactoryModifierConstructorDescriptionAmqpMessageSource
(ConnectionFactory connectionFactory, AmqpMessageSource.AmqpAckCallbackFactory ackCallbackFactory, String queue)