Skip to content

Commit

Permalink
SCB-480 Update to add the timeout in the GrpcTxEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Apr 12, 2018
1 parent de101b7 commit 31bcbab
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ private GrpcTxEvent convertEvent(TxEvent event) {
.setLocalTxId(event.localTxId())
.setParentTxId(event.parentTxId() == null ? "" : event.parentTxId())
.setType(event.type().name())
.setTimeout(event.timeout())
.setCompensationMethod(event.compensationMethod())
.setPayloads(payloads);

Expand Down

0 comments on commit 31bcbab

Please sign in to comment.