Package org.apache.kafka.clients.admin
Class AbortTransactionResult
- java.lang.Object
-
- org.apache.kafka.clients.admin.AbortTransactionResult
-
@Evolving public class AbortTransactionResult extends Object
The result ofAdmin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions). The API of this class is evolving, seeAdminfor details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaFuture<Void>all()Get a future which completes when the transaction specified byAbortTransactionSpecin the respective call toAdmin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions)returns successfully or fails due to an error or timeout.
-
-
-
Method Detail
-
all
public KafkaFuture<Void> all()
Get a future which completes when the transaction specified byAbortTransactionSpecin the respective call toAdmin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions)returns successfully or fails due to an error or timeout.- Returns:
- the future
-
-