PipelineStageBuilder<TSelf, TProcessor, TNode> Class
Definition
Fluent builder for a pipeline stage.
public abstract class PipelineStageBuilder<TSelf, TProcessor, TNode>
where TSelf : PipelineStageBuilder<TSelf, TProcessor, TNode>
where TProcessor : Processor<TNode>
where TNode : Node<TNode>
Type Parameters
Name | Description |
---|---|
TSelf | |
TProcessor | |
TNode |
Methods
Name | Description |
---|---|
Adds a Processor<TNode> of the specified type to the current stage. | |
Adds Processors to the current stage. | |
Specifies that processing should always continue after this stage. By default, processing will not continue if there are any errors in the tree. | |
Sets the name of the stage. | |
Sets a function to determine whether processing should continue after this stage or not. Any previously registered function will be replaced. By default, processing will not continue if there are any errors in the tree. |
Last modified: 22 November 2024