Packages › trotsky › Trotsky › actors
Trotsky.actors() method
Adds a StepActors step.
Signature:
typescript
actors(param: Resolvable<StepActorsParam>): StepActors<this>;
Parameters
Parameter | Type | Description |
---|---|---|
param | Resolvable<StepActorsParam> | Parameters for the actors step. |
Returns:
StepActors<this>
The new StepActors instance.