Package org.cometd.examples.spring.boot
Class CometDApplication
java.lang.Object
org.cometd.examples.spring.boot.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
-
Constructor Summary
Constructors Constructor Description CometDApplication()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CometDApplication
public CometDApplication()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) -
onStartup
public void onStartup(javax.servlet.ServletContext servletContext)- Specified by:
onStartup
in interfaceorg.springframework.boot.web.servlet.ServletContextInitializer
-