FactoryAndNameRecord
PackageFCQRS
Represents the information needed to locate or create a target actor, typically used within sagas.
Fields
| Name | Type | Description |
|---|
| Factory | Factory | The factory function (or entity ref creator) used to potentially create the actor. |
| Name | Name | The name identifier for the target actor. |