public interface TransactionalExecutor
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransactionalExecutor.Code
The enum Code.
|
static class |
TransactionalExecutor.ExecutionException
The type Execution exception.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2023 Seata. All rights reserved.