| 程序包 | 说明 |
|---|---|
| io.seata.core.exception | |
| io.seata.core.protocol.transaction |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractExceptionHandler.AbstractCallback<T extends AbstractTransactionRequest,S extends AbstractTransactionResponse> |
static interface |
AbstractExceptionHandler.Callback<T extends AbstractTransactionRequest,S extends AbstractTransactionResponse>
The interface Callback.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractExceptionHandler.exceptionHandleTemplate(AbstractExceptionHandler.Callback callback,
AbstractTransactionRequest request,
AbstractTransactionResponse response)
Exception handle template.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractBranchEndResponse
The type Abstract branch end response.
|
class |
AbstractGlobalEndResponse
The type Abstract global end response.
|
class |
BranchCommitResponse
The type Branch commit response.
|
class |
BranchRegisterResponse
The type Branch register response.
|
class |
BranchReportResponse
The type Branch report response.
|
class |
BranchRollbackResponse
The type Branch rollback response.
|
class |
GlobalBeginResponse
The type Global begin response.
|
class |
GlobalCommitResponse
The type Global commit response.
|
class |
GlobalLockQueryResponse
The type Global lock query response.
|
class |
GlobalRollbackResponse
The type Global rollback response.
|
class |
GlobalStatusResponse
The type Global status response.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractTransactionResponse |
GlobalStatusRequest.handle(RpcContext rpcContext) |
AbstractTransactionResponse |
BranchRollbackRequest.handle(RpcContext rpcContext) |
AbstractTransactionResponse |
GlobalBeginRequest.handle(RpcContext rpcContext) |
AbstractTransactionResponse |
BranchReportRequest.handle(RpcContext rpcContext) |
abstract AbstractTransactionResponse |
AbstractTransactionRequest.handle(RpcContext rpcContext)
Handle abstract transaction response.
|
AbstractTransactionResponse |
GlobalCommitRequest.handle(RpcContext rpcContext) |
AbstractTransactionResponse |
BranchCommitRequest.handle(RpcContext rpcContext) |
AbstractTransactionResponse |
BranchRegisterRequest.handle(RpcContext rpcContext) |
AbstractTransactionResponse |
GlobalLockQueryRequest.handle(RpcContext rpcContext) |
AbstractTransactionResponse |
GlobalRollbackRequest.handle(RpcContext rpcContext) |
Copyright © 2019 Seata. All rights reserved.