Interface TransactionBody


  • public interface TransactionBody
    Used for execute a user's code fragment inside a transaction. See Transaction.execute( TransactionBody ).
    • Method Detail

      • execute

        <T> T execute()
               throws java.lang.Exception
        Throws:
        java.lang.Exception