Class LiveLogsController


  • public class LiveLogsController
    extends java.lang.Object
    Author:
    Sokkheang
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.web.servlet.mvc.method.annotation.SseEmitter streamSseMvc()  
      • Methods inherited from class java.lang.Object

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

      • LiveLogsController

        public LiveLogsController()
    • Method Detail

      • streamSseMvc

        @GetMapping(path="/logs",
                    produces="text/event-stream")
        public org.springframework.web.servlet.mvc.method.annotation.SseEmitter streamSseMvc()