com.tacitknowledge.slowlight.proxyserver.server.Server Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slowlight-proxy Show documentation
Show all versions of slowlight-proxy Show documentation
Standalone proxy tool for creating issues with synchronous RPC calls
The newest version!
package com.tacitknowledge.slowlight.proxyserver.server;
/**
* This interface defines a slowlight server.
*
* @author Alexandr Donciu ([email protected])
* */
public interface Server
{
/**
* Starts the server.
*/
void start();
/**
* Stops the server.
*/
void shutdown();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy