Uses of Class
io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Packages that use PgSubscriber Package Description io.vertx.reactivex.pgclient.pubsub -
-
Uses of PgSubscriber in io.vertx.reactivex.pgclient.pubsub
Fields in io.vertx.reactivex.pgclient.pubsub with type parameters of type PgSubscriber Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<PgSubscriber>
PgSubscriber. __TYPE_ARG
Methods in io.vertx.reactivex.pgclient.pubsub that return PgSubscriber Modifier and Type Method Description PgSubscriber
PgSubscriber. closeHandler(Handler<Void> handler)
Set an handler called when the subscriber is closed.static PgSubscriber
PgSubscriber. newInstance(PgSubscriber arg)
PgSubscriber
PgSubscriber. reconnectPolicy(java.util.function.Function<Integer,Long> policy)
Set the reconnect policy that is executed when the subscriber is disconnected.static PgSubscriber
PgSubscriber. subscriber(Vertx vertx, PgConnectOptions options)
Create a subscriber.
-