Java io.vertx.pgclient.pubsub PgSubscriber fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.pgclient.pubsub PgSubscriber fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.pgclient.pubsub PgSubscriber.

The text is from its open source code.

Method

PgConnectionactualConnection()
PgChannelchannel(String name)
Return a channel for the given name .
PgSubscriberconnect(Handler> handler)
Connect the subscriber to Postgres.
PgSubscriberreconnectPolicy(Function policy)
Set the reconnect policy that is executed when the subscriber is disconnected.
PgSubscribersubscriber(Vertx vertx, PgConnectOptions options)
Create a subscriber.