See: Description
| Interface | Description |
|---|---|
| CollectorPipeline<T> |
Pipeline that can collect and store results.
|
| Pipeline |
Pipeline is the persistent and offline process part of crawler.
The interface Pipeline can be implemented to customize ways of persistent. |
| Class | Description |
|---|---|
| ConsolePipeline |
Write results in console.
Usually used in test. |
| FilePipeline |
Store results in files.
|
| ResultItemsCollectorPipeline |
Copyright © 2017. All rights reserved.