Class JKPingService

java.lang.Object
com.jk.services.server.JKAbstractRestController
com.jk.services.server.commons.services.JKPingService

@Path("/ping") public class JKPingService extends JKAbstractRestController
This class provides a simple "ping" end-point for testing the availability of a service.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • JKPingService

      public JKPingService()
  • Method Details

    • ping

      @GET public String ping()
      This method responds with a message containing the service name.
      Returns:
      the string message with the service name.