| DIActorProducerProduce Method |
Creates an actor based on the container's implementation specific actor factory.
Namespace:
Akka.DI.Core
Assembly:
Akka.DI.Core (in Akka.DI.Core.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ActorBase Produce()
abstract Produce : unit -> ActorBase
override Produce : unit -> ActorBase
Return Value
Type:
ActorBaseAn actor created by the container.
Implements
IIndirectActorProducerProduceSee Also