FactoryAndNameRecord

PackageFCQRS
Represents the information needed to locate or create a target actor, typically used within sagas.

Fields

NameTypeDescription
FactoryFactoryThe factory function (or entity ref creator) used to potentially create the actor.
NameNameThe name identifier for the target actor.