All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.codecraft.webmagic.pipeline.PageModelPipeline Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package us.codecraft.webmagic.pipeline;

import us.codecraft.webmagic.Task;

/**
 * Implements PageModelPipeline to persistent your page model.
 *
 * @author [email protected] 
* @since 0.2.0 */ public interface PageModelPipeline { public void process(T t, Task task); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy