IndirectActorProducer Interface |
Namespace: Akka.Actor
The IndirectActorProducer type exposes the following members.
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.
|
Name | Description | |
---|---|---|
![]() | ActorType |
This method is used by [[Props]] to determine the type of actor which will
be created. The returned type is not used to produce the actor.
|