Class HistoryController


  • @RestController
    @RequestMapping("/api/history")
    @ConditionalOnProperty(value="nae.history.web.enabled",
                           havingValue="true",
                           matchIfMissing=true)
    public class HistoryController
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • HistoryController

        public HistoryController()