| Package | Description |
|---|---|
| io.seata.core.exception | |
| io.seata.core.protocol.transaction |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractExceptionHandler.AbstractCallback<T extends AbstractTransactionRequest,S extends AbstractTransactionResponse>
The type Abstract callback.
|
static interface |
AbstractExceptionHandler.Callback<T extends AbstractTransactionRequest,S extends AbstractTransactionResponse>
The interface Callback.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractTransactionRequest,S extends AbstractTransactionResponse> |
AbstractExceptionHandler.exceptionHandleTemplate(AbstractExceptionHandler.Callback<T,S> callback,
T request,
S response)
Exception handle template.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
GlobalReportResponse
The type Global report response.
|
class |
GlobalRollbackResponse
The type Global rollback response.
|
class |
GlobalStatusResponse
The type Global status response.
|
Copyright © 2023 Seata. All rights reserved.