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.AbstractVerticleVert.x verticle that handles subscription to SNS topic and receive notifications from topic.- Author:
- iabughosh
 
- 
- 
Constructor SummaryConstructors Constructor Description SnsVerticle(String endpoint, String topic, int port, boolean mockSns, String snsUrl)Parameterized constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(io.vertx.core.Promise<Void> startFuture)- 
Methods inherited from class io.vertx.core.AbstractVerticleconfig, deploymentID, getVertx, init, processArgs, start, start, stop, stop
 
- 
 
- 
- 
- 
Method Detail- 
startpublic void start(io.vertx.core.Promise<Void> startFuture) 
 
- 
 
-