Class NaisController


  • @RestController
    @RequestMapping(path="/nais")
    public class NaisController
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NaisController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String isAlive()  
      java.lang.String isReady()  
      • Methods inherited from class java.lang.Object

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

      • NaisController

        public NaisController()
    • Method Detail

      • isAlive

        @ResponseStatus(OK)
        @GetMapping(path="/isAlive")
        public java.lang.String isAlive()
      • isReady

        @ResponseStatus(OK)
        @GetMapping(path="/isReady")
        public java.lang.String isReady()