Uses of Class
io.vertx.mutiny.pgclient.pubsub.PgSubscriber
Packages that use PgSubscriber
-
Uses of PgSubscriber in io.vertx.mutiny.pgclient.pubsub
Fields in io.vertx.mutiny.pgclient.pubsub with type parameters of type PgSubscriberMethods in io.vertx.mutiny.pgclient.pubsub that return PgSubscriberModifier and TypeMethodDescriptionPgSubscriber.closeAndForget()Close the subscriber, the retry policy will not be invoked.PgSubscriber.closeHandler(Runnable handler) Set an handler called when the subscriber is closed.PgSubscriber.connectAndForget()Connect the subscriber to Postgres.static PgSubscriberPgSubscriber.newInstance(io.vertx.pgclient.pubsub.PgSubscriber delegate) Creates a new instance of thePgSubscriber.PgSubscriber.reconnectPolicy(Function<Integer, Long> policy) Set the reconnect policy that is executed when the subscriber is disconnected.static PgSubscriberPgSubscriber.subscriber(Vertx vertx, io.vertx.pgclient.PgConnectOptions options) Create a subscriber.