Package net.fabricmc.fabric.api.transfer.v1.transaction


package net.fabricmc.fabric.api.transfer.v1.transaction
  • Interface Summary
    Interface
    Description
    A global operation where participants guarantee atomicity: either the whole operation succeeds, or it is completely aborted and rolled back.
    A subset of a Transaction that lets participants properly take part in transactions, manage their state, or open nested transactions, but does not allow them to close the transaction they are passed.
    A callback that is invoked when a transaction is closed.
    A callback that is invoked after the outer transaction is closed.
  • Enum Summary
    Enum
    Description
    The result of a transaction operation.