ServerPipeline constructor
ServerPipeline([
- String name = defaultName
Pipeline constructor.
Creates a new pipeline that doesn't contain any rules. This method does not populate rules from annotations.
To create a pipeline and populate the rules from annotations, use
serverPipelineFromAnnotations
instead.
Implementation
ServerPipeline([this.name = defaultName]);