public interface KafkaManualCommit
Modifier and Type | Method and Description |
---|---|
void |
commit()
Commit synchronously or asynchronously depending on the implementation.
|
void |
commitSync()
Deprecated.
use commit function instead.
|
void commit()
KafkaConsumer.commitSync()
,
KafkaConsumer.commitAsync()
@Deprecated void commitSync()
KafkaConsumer.commitSync()
Apache Camel