Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Persistence
ReceivePersistentActor Class
ReceivePersistentActor Methods
Command Method
Command Method (Action(Object))
Command(T) Method (Func(T, Boolean))
Command(T) Method (Action(T), Predicate(T))
Command(T) Method (Predicate(T), Action(T))
Command Method (Type, Func(Object, Boolean))
Command Method (Type, Action(Object), Predicate(Object))
Command Method (Type, Predicate(Object), Action(Object))
ReceivePersistentActor
Command Method
Overload List
Name
Description
Command(Action
Object
)
TBD
Command
T
(Func
T, Boolean
)
TBD
Command
T
(Action
T
, Predicate
T
)
TBD
Command
T
(Predicate
T
, Action
T
)
TBD
Command(Type, Func
Object, Boolean
)
TBD
Command(Type, Action
Object
, Predicate
Object
)
TBD
Command(Type, Predicate
Object
, Action
Object
)
TBD
Top
See Also
Reference
ReceivePersistentActor Class
Akka.Persistence Namespace
Akka.NET Home
|
Learn Akka.NET