JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.configuration.kafka
Interface Acknowledgement
public interface
Acknowledgement
Defines an interface that can be injected into
KafkaListener
beans so that offsets can be manually committed.
Since:
1.0
Author:
graemerocher
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
ack
()
Acknowledge the last
ConsumerRecord
synchronously.
Method Detail
ack
void ack()
Acknowledge the last
ConsumerRecord
synchronously.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method