Package io.vertx.mutiny.pgclient.pubsub
-
Class Summary Class 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.