Uses of Class
com.swiftmq.swiftlet.store.DurableStoreEntry
-
Packages that use DurableStoreEntry Package Description com.swiftmq.swiftlet.store -
-
Uses of DurableStoreEntry in com.swiftmq.swiftlet.store
Methods in com.swiftmq.swiftlet.store that return DurableStoreEntry Modifier and Type Method Description DurableStoreEntry
DurableSubscriberStore. getDurableStoreEntry(java.lang.String clientId, java.lang.String durableName)
Returns a DurableStoreEntry.Methods in com.swiftmq.swiftlet.store with parameters of type DurableStoreEntry Modifier and Type Method Description void
DurableSubscriberStore. insertDurableStoreEntry(DurableStoreEntry durableStoreEntry)
Insert a new DurableStoreEntry.
-