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 Object implements org.springframework.boot.web.servlet.ServletContextInitializer
-
-
Constructor Summary
Constructors Constructor Description CometDApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
onStartup(javax.servlet.ServletContext servletContext)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
onStartup
public void onStartup(javax.servlet.ServletContext servletContext)
- Specified by:
onStartup
in interfaceorg.springframework.boot.web.servlet.ServletContextInitializer
-
-