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_ARG
Methods in io.vertx.mutiny.pgclient.pubsub that return PgChannel Modifier and Type Method Description PgChannel
PgSubscriber. channel(String name)
PgChannel
PgChannel. endHandler(Runnable endHandler)
PgChannel
PgChannel. exceptionHandler(Consumer<Throwable> handler)
PgChannel
PgChannel. handler(Consumer<String> handler)
static PgChannel
PgChannel. newInstance(io.vertx.pgclient.pubsub.PgChannel arg)
PgChannel
PgChannel. pause()
PgChannel
PgChannel. resume()
PgChannel
PgChannel. subscribeHandler(Runnable handler)
-