Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Movie::Persistence::EventStoreClient
Inherits
Reference
<
Object
Constructors
new
(ref :
Movie::ActorRef
(
EventStoreMessage
), timeout :
Time::Span
= 5.seconds)
Source
Instance methods
append
(ctx :
Movie::ActorContext
(
U
), persistence_id :
String
, payload :
String
) :
Int64
forall
U
Source
read
(ctx :
Movie::ActorContext
(
U
), persistence_id :
String
) :
Array
(
String
) forall
U
Source