Interface TransactionalExecutor
-
- All Implemented Interfaces:
public interface TransactionalExecutorCreated By Ibrahim Al-Tamimi Created At 25 11:21 PM, Sat, December 2021 Project travako arkitik.io
-
-
Method Summary
Modifier and Type Method Description abstract <T extends Any> TrunOnTransaction(Function0<T> function)-
-
Method Detail
-
runOnTransaction
abstract <T extends Any> T runOnTransaction(Function0<T> function)
-
-
-
-