| Package | Description |
|---|---|
| io.seata.core.protocol.transaction | |
| io.seata.rm | |
| io.seata.serializer.protobuf.convertor |
| Modifier and Type | Method and Description |
|---|---|
BranchCommitResponse |
RMInboundHandler.handle(BranchCommitRequest request)
Handle branch commit response.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRMHandler.doBranchCommit(BranchCommitRequest request,
BranchCommitResponse response)
Do branch commit.
|
BranchCommitResponse |
DefaultRMHandler.handle(BranchCommitRequest request) |
BranchCommitResponse |
AbstractRMHandler.handle(BranchCommitRequest request) |
| Modifier and Type | Method and Description |
|---|---|
BranchCommitRequest |
BranchCommitRequestConvertor.convert2Model(BranchCommitRequestProto branchCommitRequestProto) |
| Modifier and Type | Method and Description |
|---|---|
BranchCommitRequestProto |
BranchCommitRequestConvertor.convert2Proto(BranchCommitRequest branchCommitRequest) |
Copyright © 2023 Seata. All rights reserved.