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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate the callback.
-
Constructor Details
-
AmqpAckCallbackFactory
public AmqpAckCallbackFactory()
-
-
Method Details
-
createCallback
Description copied from interface:AcknowledgmentCallbackFactory
Create the callback.- Specified by:
createCallback
in interfaceAcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
- Parameters:
info
- information for the callback to process the acknowledgment.- Returns:
- the callback
-