Class HttpServerVerticle
- java.lang.Object
-
- io.vertx.core.AbstractVerticle
-
- io.mosip.kernel.idgenerator.verticle.HttpServerVerticle
-
- All Implemented Interfaces:
io.vertx.core.Verticle
public class HttpServerVerticle extends io.vertx.core.AbstractVerticleHttp Verticle for fetching UIN and VID- Since:
- 1.0.0
- Author:
- Urvil Joshi
-
-
Constructor Summary
Constructors Constructor Description HttpServerVerticle(org.springframework.context.ApplicationContext context)Initialize beans
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(io.vertx.core.Future<Void> future)
-
-
-
Method Detail
-
start
public void start(io.vertx.core.Future<Void> future)
- Specified by:
startin interfaceio.vertx.core.Verticle- Overrides:
startin classio.vertx.core.AbstractVerticle
-
-