Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Movie::Persistence::StateStoreClient
Inherits
Reference
<
Object
Constructors
new
(ref :
Movie::ActorRef
(
StateStoreMessage
), timeout :
Time::Span
= 5.seconds)
Source
Instance methods
delete
(ctx :
Movie::ActorContext
(
U
), persistence_id :
String
) :
Bool
forall
U
Source
load
(ctx :
Movie::ActorContext
(
U
), persistence_id :
String
) :
String
|
Nil
forall
U
Source
save
(ctx :
Movie::ActorContext
(
U
), persistence_id :
String
, payload :
String
) :
Bool
forall
U
Source