66676869707172
return makeAsyncCall(method, txn, response); } @Override public Future<Void> doCommitAsync() { return makeAsyncTxnCall(Method.Commit, new CommitResponse()); }