Package com.avoka.fc.core.util
Interface TxnExecutor.IFunction
-
- Enclosing class:
- TxnExecutor
public static interface TxnExecutor.IFunction
Provides a closure function to call in the transaction executor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
execute()
Execute the give function and return the optional result.
-
-
-
Method Detail
-
execute
Object execute()
Execute the give function and return the optional result.- Returns:
- the function result
-
-