Package io.vertx.up.verticle
Class ZeroHttpWorker
java.lang.Object
io.vertx.core.AbstractVerticle
io.vertx.up.verticle.ZeroHttpWorker
- All Implemented Interfaces:
io.vertx.core.Verticle
@Worker
public class ZeroHttpWorker
extends io.vertx.core.AbstractVerticle
Default Http Server worker for different handler.
Recommend: Do not modify any workers that vertx zero provided.
-
Field Summary
Fields inherited from class io.vertx.core.AbstractVerticle
context, vertx -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, stop, stop
-
Constructor Details
-
ZeroHttpWorker
public ZeroHttpWorker()
-
-
Method Details
-
start
public void start()- Overrides:
startin classio.vertx.core.AbstractVerticle
-