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