Uses of Class
io.vertx.reactivex.pgclient.pubsub.PgChannel
Packages that use PgChannel
-
Uses of PgChannel in io.vertx.reactivex.pgclient.pubsub
Fields in io.vertx.reactivex.pgclient.pubsub with type parameters of type PgChannelModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<PgChannel> PgChannel.__TYPE_ARGMethods in io.vertx.reactivex.pgclient.pubsub that return PgChannelModifier and TypeMethodDescriptionReturn a channel for the givenname.PgChannel.endHandler(Handler<Void> endHandler) Set an handler to be called when no more notifications will be received.PgChannel.exceptionHandler(Handler<Throwable> handler) Inherited from but this one is a no-op.Set or unset an handler to be called when a the channel is notified by Postgres.static PgChannelPgChannel.newInstance(PgChannel arg) PgChannel.pause()Pause the channel, all notifications are discarded.PgChannel.resume()Resume the channel.PgChannel.subscribeHandler(Handler<Void> handler) Set an handler called when the the channel get subscribed.