public interface TransactionalExecutor
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
TransactionalExecutor.Code
The enum Code.
|
static class |
TransactionalExecutor.ExecutionException
The type Execution exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
execute()
Execute the business logic here.
|
TransactionInfo |
getTransactionInfo()
transaction conf or other attr
|
Object execute() throws Throwable
Throwable - Any throwable during executing.TransactionInfo getTransactionInfo()
Copyright © 2019 Seata. All rights reserved.