JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.integration.acks
Interface SimpleAcknowledgment
All Known Subinterfaces:
AcknowledgmentCallback
All Known Implementing Classes:
AmqpMessageSource.AmqpAckCallback
,
KafkaMessageSource.KafkaAckCallback
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
SimpleAcknowledgment
Opaque object for manually acknowledging.
Since:
5.3
Author:
Gary Russell
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
acknowledge
()
Acknowledge the message delivery.
Method Detail
acknowledge
void acknowledge()
Acknowledge the message delivery.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method