Interface TxnExecutor.IFunction

Enclosing class:
TxnExecutor

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

    Modifier and Type
    Method
    Description
    Execute the give function and return the optional result.
  • Method Details

    • execute

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