Interface that allows you to create components with execution parameters.
Description
The IParameterized interface allows you to create components with execution parameters.
Methods
SetParameters
Sets execution parameters.
SetParameters(ctx context.Context, parameters *Parameters)
- ctx: context.Context - operation context.
- parameters: *Parameters - execution parameters.