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

com.highway2urhell.service.LeechService Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.highway2urhell.service;

import java.util.List;

import com.highway2urhell.domain.EntryPathData;
import com.highway2urhell.domain.FrameworkInformations;

/**
 * @author Angus
 */
public interface LeechService {

    /**
     * Receive incoming Data to analyze
     */
    void receiveData(List incoming);

    /**
     * Details Framework Informations
     *
     * @return FrameworkInformations
     */
    FrameworkInformations getFrameworkInformations();

    boolean isTriggeredAtStartup();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy