Uses of Interface
com.swiftmq.swiftlet.store.StoreReadTransaction
-
Packages that use StoreReadTransaction Package Description com.swiftmq.swiftlet.store -
-
Uses of StoreReadTransaction in com.swiftmq.swiftlet.store
Classes in com.swiftmq.swiftlet.store that implement StoreReadTransaction Modifier and Type Class Description class
CompositeStoreTransaction
Methods in com.swiftmq.swiftlet.store that return StoreReadTransaction Modifier and Type Method Description StoreReadTransaction
PersistentStore. createReadTransaction(boolean markRedelivered)
Create a new read transaction.
-