
io.rudin.rt.spi.RTServerProvider Maven / Gradle / Ivy
The newest version!
package io.rudin.rt.spi;
import io.rudin.rt.api.RTServer;
public interface RTServerProvider
{
/**
* Returns the server by its id
* @param id
* @return
*/
RTServer getInstance(String id);
/**
* Returns the default instance
* @return
*/
RTServer getInstance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy