ru.yandex.qatools.embed.service.EmbeddedService Maven / Gradle / Ivy
package ru.yandex.qatools.embed.service;
/**
* @author smecsia
*/
public interface EmbeddedService {
void start();
void stop();
boolean isStarted();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy