Interface TransactionFunction<R>
- Type Parameters:
R- 返回值类型
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
事务函数接口。
表示一个在事务中执行的有返回值操作。
- Since:
- 1.0.0
- Version:
- 1.0.0
- Author:
- Berry_so
-
Method Summary
-
Method Details
-
execute
-