Uses of Class
io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Packages that use PgSubscriber
-
Uses of PgSubscriber in io.vertx.reactivex.pgclient.pubsub
Fields in io.vertx.reactivex.pgclient.pubsub with type parameters of type PgSubscriberModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<PgSubscriber> PgSubscriber.__TYPE_ARGMethods in io.vertx.reactivex.pgclient.pubsub that return PgSubscriberModifier and TypeMethodDescriptionPgSubscriber.closeHandler(Handler<Void> handler) Set an handler called when the subscriber is closed.static PgSubscriberPgSubscriber.newInstance(PgSubscriber arg) PgSubscriber.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.