Class UinTransferVerticle
- java.lang.Object
-
- io.vertx.core.AbstractVerticle
-
- io.mosip.kernel.uingenerator.verticle.UinTransferVerticle
-
- All Implemented Interfaces:
io.vertx.core.Verticle
public class UinTransferVerticle extends io.vertx.core.AbstractVerticle
-
-
Constructor Summary
Constructors Constructor Description UinTransferVerticle(org.springframework.context.ApplicationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidschedulerResult(io.vertx.core.AsyncResult<String> result)voidstart(io.vertx.core.Future<Void> startFuture)
-
-
-
Method Detail
-
start
public void start(io.vertx.core.Future<Void> startFuture) throws Exception
- Specified by:
startin interfaceio.vertx.core.Verticle- Overrides:
startin classio.vertx.core.AbstractVerticle- Throws:
Exception
-
schedulerResult
public void schedulerResult(io.vertx.core.AsyncResult<String> result)
-
-