
pl.allegro.tech.hermes.test.helper.environment.Starter Maven / Gradle / Ivy
package pl.allegro.tech.hermes.test.helper.environment;
public interface Starter {
void start() throws Exception;
void stop() throws Exception;
T instance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy