Package io.vertx.up.verticle
Class ZeroHttpRegistry
java.lang.Object
io.vertx.core.AbstractVerticle
io.vertx.up.verticle.ZeroHttpRegistry
- All Implemented Interfaces:
io.vertx.core.Verticle
@Worker(value=REQUEST_MICRO_WORKER,
instances=1)
public class ZeroHttpRegistry
extends io.vertx.core.AbstractVerticle
Get data from event bus and push metadata to Etcd.
-
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
-
ZeroHttpRegistry
public ZeroHttpRegistry()
-
-
Method Details
-
start
public void start()- Overrides:
startin classio.vertx.core.AbstractVerticle
-