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

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