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

io.corbel.resources.rem.restor.ioc.RestorIocBeanNames Maven / Gradle / Ivy

There is a newer version: 1.44.0
Show newest version
package io.corbel.resources.rem.restor.ioc;

/**
 * @author Alberto J. Rubio
 */
public interface RestorIocBeanNames {

	String RESTOR_GET = "RestorGet";
	String RESTOR_PUT = "RestorPut";
	String RESTOR_DELETE = "RestorDelete";

    String ACCEPTED_MEDIATYPES = "AcceptedMediaTypes";

	String HEALTH_CHECK = "restor";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy