Uses of Enum Class
org.springframework.integration.acks.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
AcknowledgmentCallback.acknowledge
(AcknowledgmentCallback.Status status) Acknowledge the message. -
Uses of AcknowledgmentCallback.Status in org.springframework.integration.amqp.inbound
Modifier and TypeMethodDescriptionvoid
AmqpMessageSource.AmqpAckCallback.acknowledge
(AcknowledgmentCallback.Status status) -
Uses of AcknowledgmentCallback.Status in org.springframework.integration.kafka.inbound
Modifier and TypeMethodDescriptionvoid
KafkaMessageSource.KafkaAckCallback.acknowledge
(AcknowledgmentCallback.Status status)