Class AmqpMessageSource.AmqpAckCallbackFactory
java.lang.Object
org.springframework.integration.amqp.inbound.AmqpMessageSource.AmqpAckCallbackFactory
- All Implemented Interfaces:
- AcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
- Enclosing class:
- AmqpMessageSource
public static class AmqpMessageSource.AmqpAckCallbackFactory
extends Object
implements AcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreate the callback.
- 
Constructor Details- 
AmqpAckCallbackFactorypublic AmqpAckCallbackFactory()
 
- 
- 
Method Details- 
createCallbackDescription copied from interface:AcknowledgmentCallbackFactoryCreate the callback.- Specified by:
- createCallbackin interface- AcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
- Parameters:
- info- information for the callback to process the acknowledgment.
- Returns:
- the callback
 
 
-