IIndirectActorProducer Interface |
Namespace: Akka.Actor
The IIndirectActorProducer type exposes the following members.
Name | Description | |
---|---|---|
ActorType |
This method is used by Props to determine the type of actor to create.
The returned type is not used to produce the actor.
|
Name | Description | |
---|---|---|
Produce |
This factory method must produce a fresh actor instance upon each
invocation. It is not permitted to return the same instance more than
once.
| |
Release |