ServerPipeline constructor

ServerPipeline([
  1. 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]);