Uses of Interface
org.springframework.integration.acks.AcknowledgmentCallback
Packages that use 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
Methods in org.springframework.integration that return AcknowledgmentCallbackModifier and TypeMethodDescriptionIntegrationMessageHeaderAccessor.getAcknowledgmentCallback()
Return the acknowledgment callback, if present.static AcknowledgmentCallback
StaticMessageHeaderAccessor.getAcknowledgmentCallback
(Message<?> message) -
Uses of AcknowledgmentCallback in org.springframework.integration.acks
Methods in org.springframework.integration.acks that return AcknowledgmentCallbackModifier and TypeMethodDescriptionAcknowledgmentCallbackFactory.createCallback
(T info) Create the callback.Methods in org.springframework.integration.acks with parameters of type AcknowledgmentCallbackModifier 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
Classes in org.springframework.integration.amqp.inbound that implement AcknowledgmentCallbackMethods in org.springframework.integration.amqp.inbound that return AcknowledgmentCallbackModifier and TypeMethodDescriptionAmqpMessageSource.AmqpAckCallbackFactory.createCallback
(AmqpMessageSource.AmqpAckInfo info) -
Uses of AcknowledgmentCallback in org.springframework.integration.kafka.inbound
Classes in org.springframework.integration.kafka.inbound that implement AcknowledgmentCallbackModifier and TypeClassDescriptionstatic class
AcknowledgmentCallback for Kafka.Methods in org.springframework.integration.kafka.inbound that return AcknowledgmentCallbackModifier and TypeMethodDescriptionKafkaMessageSource.KafkaAckCallbackFactory.createCallback
(KafkaMessageSource.KafkaAckInfo<K, V> info)