GH-1353: More javadoc polishing

This commit is contained in:
Gary Russell
2020-02-19 15:51:27 -05:00
parent 74a51d407e
commit 3c62cc301e

View File

@@ -445,10 +445,12 @@ public class ContainerProperties extends ConsumerProperties {
}
/**
* Set the transaction manager to start a transaction; only {@link AckMode#RECORD} and
* {@link AckMode#BATCH} (default) are supported with transactions.
* Set the transaction manager to start a transaction; offsets are committed with
* semantics equivalent to {@link AckMode#RECORD} and {@link AckMode#BATCH} depending
* on the listener type (record or batch).
* @param transactionManager the transaction manager.
* @since 1.3
* @see #setAckMode(AckMode)
*/
public void setTransactionManager(PlatformTransactionManager transactionManager) {
this.transactionManager = transactionManager;