Package com.io7m.sunburst.inventory.api
Interface SBInventoryReadableType
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
SBInventoryType
- All Known Implementing Classes:
SBInventory
Read-only access to an inventory.
-
Method Summary
-
Method Details
-
configuration
SBInventoryConfiguration configuration()- Returns:
- The inventory configuration
-
openTransactionReadable
- Returns:
- A new transaction for reading
- Throws:
SBInventoryException- On errors
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
SBInventoryException
-