Class Server
- java.lang.Object
-
- io.vertx.core.AbstractVerticle
-
- org.swisspush.gateleen.playground.Server
-
- All Implemented Interfaces:
io.vertx.core.Verticle
public class Server extends io.vertx.core.AbstractVerticlePlayground server to try Gateleen at home.- Author:
- https://github.com/lbovet [Laurent Bovet]
-
-
Constructor Summary
Constructors Constructor Description Server()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidstart()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
start
public void start()
- Overrides:
startin classio.vertx.core.AbstractVerticle
-
-