Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Actor.Dsl
IActorDsl Interface
IActorDsl Methods
Receive Method
Receive(T) Method (Action(T, IActorContext))
Receive(T) Method (Predicate(T), Action(T, IActorContext))
Receive(T) Method (Action(T, IActorContext), Predicate(T))
IActorDsl
Receive Method
Overload List
Name
Description
Receive
T
(Action
T, IActorContext
)
TBD
Receive
T
(Predicate
T
, Action
T, IActorContext
)
TBD
Receive
T
(Action
T, IActorContext
, Predicate
T
)
TBD
Top
See Also
Reference
IActorDsl Interface
Akka.Actor.Dsl Namespace
Akka.NET Home
|
Learn Akka.NET