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

com.epam.healenium.handlers.processor.ProcessorHandler Maven / Gradle / Ivy

The newest version!
package com.epam.healenium.handlers.processor;


public interface ProcessorHandler {

    /**
     * validate data before run 'execute' method. And skip whole chain in case fail validate
     * @return
     * validating result
     */
    boolean validate();

    /**
     * main method for each processor
     */
    void execute();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy