Uses of Interface
io.vertx.pgclient.pubsub.PgSubscriber
-
Packages that use PgSubscriber Package Description io.vertx.pgclient.pubsub -
-
Uses of PgSubscriber in io.vertx.pgclient.pubsub
Methods in io.vertx.pgclient.pubsub that return PgSubscriber Modifier and Type Method Description PgSubscriberPgSubscriber. closeHandler(Handler<Void> handler)Set an handler called when the subscriber is closed.PgSubscriberPgSubscriber. reconnectPolicy(Function<Integer,Long> policy)Set the reconnect policy that is executed when the subscriber is disconnected.static PgSubscriberPgSubscriber. subscriber(Vertx vertx, PgConnectOptions options)Create a subscriber.
-