Package io.vertx.pgclient.pubsub
-
Interface Summary Interface Description PgChannel A channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTEN
commands.PgSubscriber A class for managing subscriptions usingLISTEN/UNLISTEN
to Postgres channels.