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

li.moskito.inkstand.MicroService Maven / Gradle / Ivy

package li.moskito.inkstand;

/**
 * Interface to for a webserver. Inkstand is extensible to support various embeddable webservers.
 * 
 * @author Gerald Muecke, [email protected]
 * 
 */
public interface MicroService {

    /**
     * Starts the webserver
     */
    void start();

    /**
     * Stops the webserver
     */
    void stop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy