ResponseOp
ResponseOp 是事务返回的响应的Message类。
声明
class ResponseOp(ResponseOp self, string response = nil, mixed response_value = 0)
参数
参数名 | 描述 |
---|---|
self | |
response | 是事务返回的响应类型的uniononeof response // oneof 实际意 义类似union RangeResponse response_range = 1; PutResponse response_put = 2; DeleteRangeResponse response_delete_range = 3; TxnResponse response_txn = 4; |
response_value |