PipelineStageBuilder<TSelf, TStage, TBaseNode, TProcessor, TShouldContinue> Class
Definition
Fluent builder for a pipeline stage.
Type Parameters
Name | Description |
---|---|
TSelf | |
TStage | |
TBaseNode | |
TProcessor | |
TShouldContinue |
Methods
Name | Description |
---|---|
Adds a Processor<TBaseNode> 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. | |
The default ITraversal<TNode> to use to walk through the tree. OrderedProcessor<TBaseNode>s will specify their own traversal to use. Defaults to DepthFirstPreOrderTraversal<TNode> | |
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. |