public interface PipelineBuilder<Collector> extends PipelineAssembly<Collector,PipelineBuilder<Collector>>
Pipeline. Built pipelines are useful if you
want to store pipelines for reuse and run them on different
TextSources.| Modifier and Type | Method and Description |
|---|---|
Pipeline<Collector> |
build()
Build the instance of
Pipeline. |
language, with, withCopyright © 2018. All rights reserved.