Uses of Class
io.vertx.mutiny.pgclient.pubsub.PgChannel
-
Packages that use PgChannel Package Description io.vertx.mutiny.pgclient.pubsub -
-
Uses of PgChannel in io.vertx.mutiny.pgclient.pubsub
Fields in io.vertx.mutiny.pgclient.pubsub with type parameters of type PgChannel Modifier and Type Field Description static TypeArg<PgChannel>PgChannel. __TYPE_ARGMethods in io.vertx.mutiny.pgclient.pubsub that return PgChannel Modifier and Type Method Description PgChannelPgSubscriber. channel(String name)PgChannelPgChannel. endHandler(Runnable endHandler)PgChannelPgChannel. exceptionHandler(Consumer<Throwable> handler)PgChannelPgChannel. handler(Consumer<String> handler)static PgChannelPgChannel. newInstance(io.vertx.pgclient.pubsub.PgChannel arg)PgChannelPgChannel. pause()PgChannelPgChannel. resume()PgChannelPgChannel. subscribeHandler(Runnable handler)
-