Uses of Package
io.vertx.pgclient.pubsub
-
Packages that use io.vertx.pgclient.pubsub Package Description io.vertx.pgclient.pubsub io.vertx.reactivex.pgclient.pubsub io.vertx.rxjava3.pgclient.pubsub -
Classes in io.vertx.pgclient.pubsub used by io.vertx.pgclient.pubsub 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. -
Classes in io.vertx.pgclient.pubsub used by io.vertx.reactivex.pgclient.pubsub 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. -
Classes in io.vertx.pgclient.pubsub used by io.vertx.rxjava3.pgclient.pubsub 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.