@InterfaceStability.Evolving public class AbortTransactionResult extends Object
Admin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions)
.
The API of this class is evolving, see Admin
for details.Modifier and Type | Method and Description |
---|---|
KafkaFuture<Void> |
all()
Get a future which completes when the transaction specified by
AbortTransactionSpec
in the respective call to Admin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions)
returns successfully or fails due to an error or timeout. |
public KafkaFuture<Void> all()
AbortTransactionSpec
in the respective call to Admin.abortTransaction(AbortTransactionSpec, AbortTransactionOptions)
returns successfully or fails due to an error or timeout.