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

com.sap.cloud.yaas.servicesdk.ping.PingResource Maven / Gradle / Ivy

There is a newer version: 4.17.1
Show newest version
package com.sap.cloud.yaas.servicesdk.ping;

import javax.ws.rs.core.Response;

@javax.ws.rs.Path("/ping")
public interface PingResource
{
	@javax.ws.rs.GET
	@javax.ws.rs.Produces({"text/plain"})
	Response get();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy