public interface TCInboundHandler
| 限定符和类型 | 方法和说明 |
|---|---|
BranchRegisterResponse |
handle(BranchRegisterRequest branchRegister,
RpcContext rpcContext)
Handle branch register response.
|
BranchReportResponse |
handle(BranchReportRequest branchReport,
RpcContext rpcContext)
Handle branch report response.
|
GlobalBeginResponse |
handle(GlobalBeginRequest globalBegin,
RpcContext rpcContext)
Handle global begin response.
|
GlobalCommitResponse |
handle(GlobalCommitRequest globalCommit,
RpcContext rpcContext)
Handle global commit response.
|
GlobalLockQueryResponse |
handle(GlobalLockQueryRequest checkLock,
RpcContext rpcContext)
Handle global lock query response.
|
GlobalRollbackResponse |
handle(GlobalRollbackRequest globalRollback,
RpcContext rpcContext)
Handle global rollback response.
|
GlobalStatusResponse |
handle(GlobalStatusRequest globalStatus,
RpcContext rpcContext)
Handle global status response.
|
GlobalBeginResponse handle(GlobalBeginRequest globalBegin, RpcContext rpcContext)
globalBegin - the global beginrpcContext - the rpc contextGlobalCommitResponse handle(GlobalCommitRequest globalCommit, RpcContext rpcContext)
globalCommit - the global commitrpcContext - the rpc contextGlobalRollbackResponse handle(GlobalRollbackRequest globalRollback, RpcContext rpcContext)
globalRollback - the global rollbackrpcContext - the rpc contextBranchRegisterResponse handle(BranchRegisterRequest branchRegister, RpcContext rpcContext)
branchRegister - the branch registerrpcContext - the rpc contextBranchReportResponse handle(BranchReportRequest branchReport, RpcContext rpcContext)
branchReport - the branch reportrpcContext - the rpc contextGlobalLockQueryResponse handle(GlobalLockQueryRequest checkLock, RpcContext rpcContext)
checkLock - the check lockrpcContext - the rpc contextGlobalStatusResponse handle(GlobalStatusRequest globalStatus, RpcContext rpcContext)
globalStatus - the global statusrpcContext - the rpc contextCopyright © 2019 Seata. All rights reserved.