Class HeartbeatController


  • @Controller
    public class HeartbeatController
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String checkPulse​(org.springframework.ui.Model model)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HeartbeatController

        public HeartbeatController()
    • Method Detail

      • checkPulse

        @RequestMapping(method=GET,
                        value="/heartbeat")
        public java.lang.String checkPulse​(org.springframework.ui.Model model)