Class CometDApplication

  • All Implemented Interfaces:
    org.springframework.boot.web.servlet.ServletContextInitializer

    @SpringBootApplication
    public class CometDApplication
    extends java.lang.Object
    implements org.springframework.boot.web.servlet.ServletContextInitializer
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void onStartup​(javax.servlet.ServletContext servletContext)  
      • Methods inherited from class java.lang.Object

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

      • CometDApplication

        public CometDApplication()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • onStartup

        public void onStartup​(javax.servlet.ServletContext servletContext)
        Specified by:
        onStartup in interface org.springframework.boot.web.servlet.ServletContextInitializer