Method Configure
- Namespace
- Millrace
- Assembly
- Millrace.dll
Configure(Action<MillraceOptions>)
Applies configure to this node's MillraceOptions.
public MillraceBuilder Configure(Action<MillraceOptions> configure)
Parameters
configureAction<MillraceOptions>
Returns
Remarks
Additive like any other options callback — calling it twice runs both in order rather than the second replacing the first. What it sets is per-node, and nodes in one deployment may legitimately disagree: parallelism and claimed queues are local decisions. WorkflowQueue is the exception they must agree on.