Class InitLogController


  • @Controller
    @RequestMapping("/initlog/")
    public class InitLogController
    extends java.lang.Object
    Controller responsible for handle logic for init/update process. Beware: do not set the scope to "tenant". Controller have not to be tenant aware due to tenant restarting during init/update.
    • Constructor Detail

      • InitLogController

        @Autowired
        public InitLogController​(HacInitUpdateFacade initUpdateFacade)
    • Method Detail

      • initGetLog

        @RequestMapping(value="log",
                        method=GET,
                        headers="Accept=application/json")
        @ResponseBody
        public java.util.Map initGetLog()