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

io.github.icodegarden.nutrient.lang.registry.Registry Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.github.icodegarden.nutrient.lang.registry;

/**
 * 
 * @author Fangfang.Xu
 *
 * @param 
 */
public interface Registry extends Discovery {

	RegisterResult register(R registration) throws RegistryException;

	void deregister(R registration) throws RegistryException;

	void close();

//	void setStatus(R registration, String status);
//
//	 T getStatus(R registration);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy