Uses of Enum Class
org.springframework.integration.acks.AcknowledgmentCallback.Status
Packages that use AcknowledgmentCallback.Status
Package
Description
Provides classes related to message acknowledgment.
Provides classes supporting inbound endpoints.
Provides Spring Integration inbound components for Apache Kafka.
-
Uses of AcknowledgmentCallback.Status in org.springframework.integration.acks
Methods in org.springframework.integration.acks that return AcknowledgmentCallback.StatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AcknowledgmentCallback.Status[]
AcknowledgmentCallback.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.integration.acks with parameters of type AcknowledgmentCallback.StatusModifier and TypeMethodDescriptionvoid
AcknowledgmentCallback.acknowledge
(AcknowledgmentCallback.Status status) Acknowledge the message. -
Uses of AcknowledgmentCallback.Status in org.springframework.integration.amqp.inbound
Methods in org.springframework.integration.amqp.inbound with parameters of type AcknowledgmentCallback.StatusModifier and TypeMethodDescriptionvoid
AmqpMessageSource.AmqpAckCallback.acknowledge
(AcknowledgmentCallback.Status status) -
Uses of AcknowledgmentCallback.Status in org.springframework.integration.kafka.inbound
Methods in org.springframework.integration.kafka.inbound with parameters of type AcknowledgmentCallback.StatusModifier and TypeMethodDescriptionvoid
KafkaMessageSource.KafkaAckCallback.acknowledge
(AcknowledgmentCallback.Status status)