Class SnsVerticle
- java.lang.Object
-
- io.vertx.core.AbstractVerticle
-
- io.smallrye.reactive.messaging.aws.sns.SnsVerticle
-
- All Implemented Interfaces:
io.vertx.core.Verticle
public class SnsVerticle extends io.vertx.core.AbstractVerticle
Vert.x verticle that handles subscription to SNS topic and receive notifications from topic.- Author:
- iabughosh
-
-
Constructor Summary
Constructors Constructor Description SnsVerticle(String endpoint, String topic, int port, boolean mockSns, String snsUrl)
Parameterized constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start(io.vertx.core.Promise<Void> startFuture)
-
Methods inherited from class io.vertx.core.AbstractVerticle
config, deploymentID, getVertx, init, processArgs, start, start, stop, stop
-
-
-
-
Method Detail
-
start
public void start(io.vertx.core.Promise<Void> startFuture)
-
-