Uses of Interface
io.vertx.pgclient.pubsub.PgChannel
-
Packages that use PgChannel Package Description io.vertx.pgclient.pubsub io.vertx.reactivex.pgclient.pubsub io.vertx.rxjava3.pgclient.pubsub -
-
Uses of PgChannel in io.vertx.pgclient.pubsub
Methods in io.vertx.pgclient.pubsub that return PgChannel Modifier and Type Method Description PgChannel
PgSubscriber. channel(String name)
Return a channel for the givenname
.PgChannel
PgChannel. endHandler(Handler<Void> endHandler)
Set an handler to be called when no more notifications will be received.PgChannel
PgChannel. exceptionHandler(Handler<Throwable> handler)
PgChannel
PgChannel. handler(Handler<String> handler)
Set or unset an handler to be called when a the channel is notified by Postgres.PgChannel
PgChannel. pause()
Pause the channel, all notifications are discarded.PgChannel
PgChannel. resume()
Resume the channel.PgChannel
PgChannel. subscribeHandler(Handler<Void> handler)
Set an handler called when the the channel get subscribed. -
Uses of PgChannel in io.vertx.reactivex.pgclient.pubsub
Methods in io.vertx.reactivex.pgclient.pubsub that return PgChannel Modifier and Type Method Description PgChannel
PgChannel. getDelegate()
Methods in io.vertx.reactivex.pgclient.pubsub with parameters of type PgChannel Modifier and Type Method Description static PgChannel
PgChannel. newInstance(PgChannel arg)
Constructors in io.vertx.reactivex.pgclient.pubsub with parameters of type PgChannel Constructor Description PgChannel(PgChannel delegate)
-
Uses of PgChannel in io.vertx.rxjava3.pgclient.pubsub
Methods in io.vertx.rxjava3.pgclient.pubsub that return PgChannel Modifier and Type Method Description PgChannel
PgChannel. getDelegate()
Methods in io.vertx.rxjava3.pgclient.pubsub with parameters of type PgChannel Modifier and Type Method Description static PgChannel
PgChannel. newInstance(PgChannel arg)
Constructors in io.vertx.rxjava3.pgclient.pubsub with parameters of type PgChannel Constructor Description PgChannel(PgChannel delegate)
-