Class AmqpMessageSource.AmqpAckCallbackFactory
java.lang.Object
org.springframework.integration.amqp.inbound.AmqpMessageSource.AmqpAckCallbackFactory
- All Implemented Interfaces:
org.springframework.integration.acks.AcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
- Enclosing class:
- AmqpMessageSource
public static class AmqpMessageSource.AmqpAckCallbackFactory
extends Object
implements org.springframework.integration.acks.AcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.integration.acks.AcknowledgmentCallback
-
Constructor Details
-
AmqpAckCallbackFactory
public AmqpAckCallbackFactory()
-
-
Method Details
-
createCallback
public org.springframework.integration.acks.AcknowledgmentCallback createCallback(AmqpMessageSource.AmqpAckInfo info) - Specified by:
createCallbackin interfaceorg.springframework.integration.acks.AcknowledgmentCallbackFactory<AmqpMessageSource.AmqpAckInfo>
-