public static class AmqpMessageSource.AmqpAckCallbackFactory extends Object implements AcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
Constructor and Description |
---|
AmqpAckCallbackFactory() |
Modifier and Type | Method and Description |
---|---|
AcknowledgmentCallback |
createCallback(AmqpMessageSource.AmqpAckInfo info)
Create the callback.
|
public AcknowledgmentCallback createCallback(AmqpMessageSource.AmqpAckInfo info)
AcknowledgmentCallbackFactory
createCallback
in interface AcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
info
- information for the callback to process the acknowledgment.