Interface TxnExecutor.IFunction

  • Enclosing class:
    TxnExecutor

    public static interface TxnExecutor.IFunction
    Provides a closure function to call in the transaction executor.
    • Method Detail

      • execute

        Object execute()
        Execute the give function and return the optional result.
        Returns:
        the function result