Uses of Interface
org.springframework.integration.acks.AcknowledgmentCallback
Package
Description
Base package for Spring Integration Core.
Provides classes related to message acknowledgment.
Provides classes supporting inbound endpoints.
Provides Spring Integration inbound components for Apache Kafka.
-
Uses of AcknowledgmentCallback in org.springframework.integration
Modifier and TypeMethodDescriptionIntegrationMessageHeaderAccessor.getAcknowledgmentCallback()
Return the acknowledgment callback, if present.static AcknowledgmentCallback
StaticMessageHeaderAccessor.getAcknowledgmentCallback
(Message<?> message) -
Uses of AcknowledgmentCallback in org.springframework.integration.acks
Modifier and TypeMethodDescriptionAcknowledgmentCallbackFactory.createCallback
(T info) Create the callback.Modifier and TypeMethodDescriptionstatic void
AckUtils.accept
(AcknowledgmentCallback ackCallback) ACCEPT the associated message if the callback is not null.static void
AckUtils.autoAck
(AcknowledgmentCallback ackCallback) ACCEPT anAcknowledgmentCallback
if it's not null, supports auto ack and is not already ack'd.static void
AckUtils.autoNack
(AcknowledgmentCallback ackCallback) REJECT anAcknowledgmentCallback
if it's not null, supports auto ack and is not already ack'd.static void
AckUtils.reject
(AcknowledgmentCallback ackCallback) REJECT the associated message if the callback is not null.static void
AckUtils.requeue
(AcknowledgmentCallback ackCallback) REQUEUE the associated message if the callback is not null. -
Uses of AcknowledgmentCallback in org.springframework.integration.amqp.inbound
Modifier and TypeMethodDescriptionAmqpMessageSource.AmqpAckCallbackFactory.createCallback
(AmqpMessageSource.AmqpAckInfo info) -
Uses of AcknowledgmentCallback in org.springframework.integration.kafka.inbound
Modifier and TypeClassDescriptionstatic class
AcknowledgmentCallback for Kafka.Modifier and TypeMethodDescriptionKafkaMessageSource.KafkaAckCallbackFactory.createCallback
(KafkaMessageSource.KafkaAckInfo<K, V> info)