Uses of Class
io.vertx.mutiny.pgclient.pubsub.PgChannel
Packages that use PgChannel
-
Uses of PgChannel in io.vertx.mutiny.pgclient.pubsub
Fields in io.vertx.mutiny.pgclient.pubsub with type parameters of type PgChannelMethods in io.vertx.mutiny.pgclient.pubsub that return PgChannelModifier and TypeMethodDescriptionReturn a channel for the givenname.PgChannel.endHandler(Runnable endHandler) Set an handler to be called when no more notifications will be received.PgChannel.exceptionHandler(Consumer<Throwable> handler) Inherited fromReadStream#exceptionHandler(Handler)but this one is a no-op.PgChannel.fetch(long amount) Fetch the specifiedamountof elements.Set or unset an handler to be called when a the channel is notified by Postgres.static PgChannelPgChannel.newInstance(io.vertx.pgclient.pubsub.PgChannel delegate) Creates a new instance of thePgChannel.PgChannel.pause()Pause the channel, all notifications are discarded.PgChannel.pipeToAndForget(WriteStream<String> dst) Pipe thisReadStreamto theWriteStream.PgChannel.resume()Resume the channel.PgChannel.subscribeHandler(Runnable handler) Set an handler called when the the channel get subscribed.