PartyKitPersister
The PartyKitPersister
interface represents a Persister
that lets you save and load Store
data from the client to the durable PartyKit cloud storage of a server.
You should use the createPartyKitPersister
function to create a PartyKitPersister
object.
It is a minor extension to the Persister
interface and simply provides an extra getConnection
method for accessing the PartySocket the Store
is being persisted to.
Since
v4.3.14
Getter methods
This is the collection of getter methods within the PartyKitPersister
interface. There are only two getter methods, getStore
and getConnection
.
Listener methods
This is the collection of listener methods within the PartyKitPersister
interface. There are only two listener methods, addStatusListener
and delListener
.
Lifecycle methods
This is the collection of lifecycle methods within the PartyKitPersister
interface. There are only three lifecycle methods, destroy
, getStatus
, and schedule
.
Load methods
This is the collection of load methods within the PartyKitPersister
interface. There are 4 load methods in total.
Save methods
This is the collection of save methods within the PartyKitPersister
interface. There are 4 save methods in total.
Development methods
This is the collection of development methods within the PartyKitPersister
interface. There is only one method, getStats
.