Uses of Class
io.vertx.pgclient.PgNotification
-
Packages that use PgNotification Package Description io.vertx.pgclient io.vertx.reactivex.pgclient io.vertx.rxjava3.pgclient -
-
Uses of PgNotification in io.vertx.pgclient
Methods in io.vertx.pgclient that return PgNotification Modifier and Type Method Description PgNotification
PgNotification. setChannel(String channel)
Set the channel value.PgNotification
PgNotification. setPayload(String payload)
Set the payload value.PgNotification
PgNotification. setProcessId(int processId)
Set the process id.Method parameters in io.vertx.pgclient with type arguments of type PgNotification Modifier and Type Method Description PgConnection
PgConnection. notificationHandler(Handler<PgNotification> handler)
Set a handler called when the connection receives notification on a channel. -
Uses of PgNotification in io.vertx.reactivex.pgclient
Method parameters in io.vertx.reactivex.pgclient with type arguments of type PgNotification Modifier and Type Method Description PgConnection
PgConnection. notificationHandler(Handler<PgNotification> handler)
Set a handler called when the connection receives notification on a channel. -
Uses of PgNotification in io.vertx.rxjava3.pgclient
Method parameters in io.vertx.rxjava3.pgclient with type arguments of type PgNotification Modifier and Type Method Description PgConnection
PgConnection. notificationHandler(Handler<PgNotification> handler)
Set a handler called when the connection receives notification on a channel.
-