Uses of Interface
io.vertx.pgclient.pubsub.PgChannel
Packages that use PgChannel
Package
Description
-
Uses of PgChannel in io.vertx.pgclient.pubsub
Methods in io.vertx.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 fromReadStream.exceptionHandler(Handler)but this one is a no-op.Set or unset an handler to be called when a the channel is notified by Postgres.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. -
Uses of PgChannel in io.vertx.reactivex.pgclient.pubsub
Methods in io.vertx.reactivex.pgclient.pubsub that return PgChannelMethods in io.vertx.reactivex.pgclient.pubsub with parameters of type PgChannelConstructors in io.vertx.reactivex.pgclient.pubsub with parameters of type PgChannel -
Uses of PgChannel in io.vertx.rxjava3.pgclient.pubsub
Methods in io.vertx.rxjava3.pgclient.pubsub that return PgChannelMethods in io.vertx.rxjava3.pgclient.pubsub with parameters of type PgChannelConstructors in io.vertx.rxjava3.pgclient.pubsub with parameters of type PgChannel