Package org.apache.kafka.clients.admin
Class AbortTransactionResult
java.lang.Object
org.apache.kafka.clients.admin.AbortTransactionResult
-
Method Summary
Modifier and TypeMethodDescriptionall()
Get a future which completes when the transaction specified byAbortTransactionSpec
in the respective call toAdmin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions)
returns successfully or fails due to an error or timeout.
-
Method Details
-
all
Get a future which completes when the transaction specified byAbortTransactionSpec
in the respective call toAdmin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions)
returns successfully or fails due to an error or timeout.- Returns:
- the future
-