Package net.fabricmc.fabric.api.transfer.v1.transaction
package net.fabricmc.fabric.api.transfer.v1.transaction
-
ClassDescriptionA 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.The result of a transaction operation.